| Age | Commit message (Expand) | Author |
| 2019-01-29 | net/url, net/http: relax CTL-in-URL validation to only ASCII CTLs | Brad Fitzpatrick |
| 2019-01-23 | net/url, net/http: reject control characters in URLs | Brad Fitzpatrick |
| 2018-11-29 | vendor/golang_org/x: move to internal/x | Bryan C. Mills |
| 2018-11-28 | net/http: prevent transport sends two "Connection: close" headers | Meng Zhuo |
| 2018-11-14 | net/http: make Transport respect {X-,}Idempotency-Key header | Brad Fitzpatrick |
| 2018-10-30 | net/http: in Transport, don't error on non-chunked response with Trailer header | BigMikes |
| 2018-10-12 | net/http: flesh out Transport's HTTP/1 CONNECT+bidi support to match HTTP/2 | Brad Fitzpatrick |
| 2018-10-02 | net/http: make Transport send WebSocket upgrade requests over HTTP/1 | Brad Fitzpatrick |
| 2018-09-18 | net/http: fix minor typos in Request godoc | Ivy Evans |
| 2018-08-13 | net/http: update request cancelation docs | Brad Fitzpatrick |
| 2018-07-06 | all: clean up some Deprecated comments | Brad Fitzpatrick |
| 2018-06-27 | net/http/httptrace: expose request headers for http/1.1 | Meir Fischer |
| 2018-06-15 | net/http: document how Hijack and Request.Context interact, take two | Brad Fitzpatrick |
| 2018-06-15 | net/http: document that Handlers are resposible for validating Host headers | Brad Fitzpatrick |
| 2018-05-29 | net/http: document how Hijack and Request.Context interact | Brad Fitzpatrick |
| 2018-05-23 | net/http: fix doc comment on PostFormValue function | dchenk |
| 2018-05-21 | net/http: clarify that ReadRequest is only for HTTP/1.x | Brad Fitzpatrick |
| 2018-05-04 | net/http: ignore case of basic auth scheme in Request.BasicAuth | Brad Fitzpatrick |
| 2018-02-21 | net/http: support multipart/mixed in Request.MultipartReader | OneOfOne |
| 2018-02-20 | net/http: use RFC 723x as normative reference in docs | David Url |
| 2018-01-05 | net/http: document CONNECT more | Brad Fitzpatrick |
| 2017-10-05 | all: revert "all: prefer strings.LastIndexByte over strings.LastIndex" | Marvin Stenger |
| 2017-10-05 | all: revert "all: prefer strings.IndexByte over strings.Index" | Marvin Stenger |
| 2017-09-27 | all: prefer strings.LastIndexByte over strings.LastIndex | Marvin Stenger |
| 2017-09-25 | all: prefer strings.IndexByte over strings.Index | Marvin Stenger |
| 2017-08-14 | net/http: various small cleanups | Daniel Martà |
| 2017-07-20 | net/http: improve signature of Redirect, NewRequest | Dmitri Shuralyov |
| 2017-06-08 | net/http: remove invalid checks of Request.Proto* for outgoing requests | Brad Fitzpatrick |
| 2017-06-07 | net/http: delete vestigial method | Brad Fitzpatrick |
| 2017-06-07 | net/http: don't crash in Request.WithContext if Request.URL is nil | Brad Fitzpatrick |
| 2017-06-05 | net/http: make Transport retry GetBody requests if nothing written | David Glasser |
| 2017-05-24 | net/http: deep copy Request.URL also in Request.WithContext's copy | Emmanuel Odeke |
| 2017-04-03 | all: fix minor misspellings | Eric Lagergren |
| 2017-03-24 | net/http: import updated idna package and adjust request.go | Marcel van Lohuizen |
| 2017-03-02 | net/http: clean up Transport.RoundTrip error handling | Brad Fitzpatrick |
| 2017-02-01 | net/http: make Server validate HTTP method | Michael Fraenkel |
| 2016-12-22 | net/http: restore Transport's Request.Body byte sniff in limited cases | Brad Fitzpatrick |
| 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 |