| Age | Commit message (Expand) | Author |
| 2016-12-20 | net/http, doc: more redirect documentation | Brad Fitzpatrick |
| 2016-12-06 | net/http: fix typo in Request.GetBody's doc string | Chris Broadfoot |
| 2016-12-01 | net/http: revert change making NewRequest set ContentLength -1 | Brad Fitzpatrick |
| 2016-12-01 | net/http: teach NewRequest that NoBody has ContentLength zero | Brad Fitzpatrick |
| 2016-12-01 | net/http: clarify Request.Context's lifetime | Brad Fitzpatrick |
| 2016-11-28 | net/http, net/http/httptest: cross-reference the two NewRequest funcs | Brad Fitzpatrick |
| 2016-11-10 | net/http: document and deprecate type and errors of type ProtocolError | Brad Fitzpatrick |
| 2016-10-26 | net/http: Improve docs for Response.ParseForm | Carl Johnson |
| 2016-10-22 | net/http: add NoBody, don't return nil from NewRequest on zero bodies | Brad Fitzpatrick |
| 2016-10-22 | net/http: add Request.GetBody func for 307/308 redirects | Brad Fitzpatrick |
| 2016-10-19 | net/http: make NewRequest set empty Body nil, don't peek Read Body in Transport | Brad Fitzpatrick |
| 2016-10-05 | Revert "net/http: improve performance for parsePostForm" | Joe Tsai |
| 2016-10-04 | net/http: improve performance for parsePostForm | Quentin Renard |
| 2016-10-01 | net/http: don't sniff Request.Body on 100-continue requests in Transport | Brad Fitzpatrick |
| 2016-09-30 | net/http: refactor testing of Request.Body on 0 ContentLength | Brad Fitzpatrick |
| 2016-09-29 | net/http: document how Request.Cookie deals with duplicate cookies | Joe Tsai |
| 2016-09-27 | net/http: add more IDNA2008 tests and fix some omissions | Brad Fitzpatrick |
| 2016-09-14 | net/http: clarify Request.ContentLength behavior on the client. | Aaron Jacobs |
| 2016-09-13 | net/http: make Transport support international domain names | Brad Fitzpatrick |
| 2016-06-02 | net/http: http.Request.Context doc fix | Anmol Sethi |
| 2016-05-18 | net/http: allow Client.CheckRedirect to use most recent response | Brad Fitzpatrick |
| 2016-05-11 | net/http: make the MaxBytesReader.Read error sticky | Brad Fitzpatrick |
| 2016-04-28 | net/http, net/http/httptrace: new package for tracing HTTP client requests | Brad Fitzpatrick |
| 2016-04-16 | net/http: normalize empty port in URL.Host's ":port" | Emmanuel Odeke |
| 2016-04-12 | all: standardize RFC mention format | Dan Peterson |
| 2016-04-11 | net/http: set the Request context for incoming server requests | Brad Fitzpatrick |
| 2016-04-06 | net/http, net/http/httputil: start with capitals in deprecation sentences | Brad Fitzpatrick |
| 2016-04-05 | net/http: add Request.Context and Request.WithContext | Brad Fitzpatrick |
| 2016-03-31 | net/http: allow Handlers to handle http2 upgrade PRI requests | Brad Fitzpatrick |
| 2016-03-31 | net/http: validate transmitted header fields | Brad Fitzpatrick |
| 2016-03-16 | net/http: use dynamic type assertion to remove HTTP server code from cmd/go | Brad Fitzpatrick |
| 2016-03-12 | net/http: make ParseMultipartForm also populate Request.PostForm | Emmanuel Odeke |
| 2016-03-02 | all: single space after period. | Brad Fitzpatrick |
| 2016-02-29 | all: remove public named return values when useless | Brad Fitzpatrick |
| 2016-02-24 | all: fix typos and spelling | Martin Möhrmann |
| 2016-02-05 | net/http: fix doc typo | Brad Fitzpatrick |
| 2016-02-05 | net/http: document Request.Header and Request.Close more | Brad Fitzpatrick |
| 2016-01-18 | net/http: clarify docs on Request.Proto field | Brad Fitzpatrick |
| 2016-01-08 | net/http: fix validHeaderValue yet again, excluding the DEL CTL byte | Brad Fitzpatrick |
| 2016-01-08 | net/http: fix too-strict validation of server header values | Brad Fitzpatrick |
| 2016-01-06 | net/http: update bundled http2, add test for Transport's User-Agent behavior | Brad Fitzpatrick |
| 2016-01-05 | net/http: relax recently-updated rules and behavior of CloseNotifier | Brad Fitzpatrick |
| 2015-12-29 | net/http: update docs on Request.Proto, ProtoMajor, ProtoMinor | Brad Fitzpatrick |
| 2015-12-17 | net/http: don't accept invalid bytes in server request headers | Brad Fitzpatrick |
| 2015-12-17 | net/http: be more consistent about Request.Method "" vs "GET" | Brad Fitzpatrick |
| 2015-12-16 | net/http: make Server validate Host headers | Brad Fitzpatrick |
| 2015-12-10 | net/http: make NewRequest with empty method mean GET | Brad Fitzpatrick |
| 2015-12-01 | net/http: retry idempotent HTTP reqs on dead reused conns | Blake Gentry |
| 2015-11-13 | net/http: require valid methods in NewRequest and Transport.RoundTrip | Brad Fitzpatrick |
| 2015-10-17 | net/http: Client support for Expect: 100-continue | Yasuharu Goto |