| Age | Commit message (Expand) | Author |
| 2019-10-15 | net/http: remove references to old NPN support | Brad Fitzpatrick |
| 2019-10-09 | net/http: do not sniff response if Content-Encoding header is set | Emmanuel T Odeke |
| 2019-10-08 | net/http: use err as error var in server.Serve | Davor Kapsa |
| 2019-09-26 | net/http, doc/go1.13.html: revert TimeoutHandler.Flush | Emmanuel T Odeke |
| 2019-08-27 | net/http: enhance documentation for Server.Addr | Anderson Queiroz |
| 2019-08-26 | net/http: make docs refer to Context.Value as a getter instead of context.Wit... | Kevin Gillette |
| 2019-08-22 | net/http: change TimeoutHandler's docs to match its new interfaces | Jeff Hodges |
| 2019-06-19 | net/http: fix Server.IdleTimeout and Server.ReadHeaderTimeout docs | Raghavendra Nagaraj |
| 2019-06-10 | doc, net/http: add release notes for net/http and fix doc comments | Andrew Bonventre |
| 2019-06-07 | net/http: support BaseContext & ConnContext for http2 Server | Brad Fitzpatrick |
| 2019-06-04 | net/http: roll back "clean the path of the stripped URL by StripPrefix" | Dmitri Shuralyov |
| 2019-04-30 | net/http: make Server return 501 for unsupported transfer-encodings | Emmanuel T Odeke |
| 2019-04-24 | net/http: export Header.Clone, reduce its allocations, use it everywhere | Brad Fitzpatrick |
| 2019-04-15 | net/http: add Server BaseContext & ConnContext fields to control early context | Brad Fitzpatrick |
| 2019-04-04 | net: add KeepAlive field to ListenConfig | Leo Antunes |
| 2019-03-11 | all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor' | Bryan C. Mills |
| 2019-03-05 | all: join a few chained ifs | Daniel Martà |
| 2019-03-02 | net/http: make TimeoutHandler's ResponseWriter implement Pusher | LE Manh Cuong |
| 2019-02-26 | net/http: clean the path of the stripped URL by StripPrefix | Ggicci |
| 2018-12-02 | all: use "reports whether" consistently instead of "returns whether" | Tobias Klauser |
| 2018-11-29 | vendor/golang_org/x: move to internal/x | Bryan C. Mills |
| 2018-11-14 | net/http: make Transport respect {X-,}Idempotency-Key header | Brad Fitzpatrick |
| 2018-11-02 | net/http: speed up ServeMux matching | Carl Mastrangelo |
| 2018-10-25 | net/http: fix comment change omitted between versions of CL 143177 | Brad Fitzpatrick |
| 2018-10-24 | crypto/tls, net/http: reject HTTP requests to HTTPS server | Brad Fitzpatrick |
| 2018-10-03 | net/http: log call site which causes multiple header writes | David Url |
| 2018-08-21 | net/http: remove unnecessary return | Tim Cooper |
| 2018-07-31 | net/http: revert CL 89275 (don't sniff Content-Type when nosniff set) | Brad Fitzpatrick |
| 2018-07-24 | net/http: fix and normalize the [Server.][ListenAnd]Serve[TLS] docs | Filippo Valsorda |
| 2018-07-24 | net/http: document that Client methods always return *url.Error | Brad Fitzpatrick |
| 2018-07-23 | net/http: update Serve docs on when HTTP/2 is enabled | Brad Fitzpatrick |
| 2018-07-13 | net/http: don't cancel Request.Context on pipelined Server requests | Brad Fitzpatrick |
| 2018-07-10 | net/http: remove dead code noted in post-submit review of CL 81778 | Brad Fitzpatrick |
| 2018-07-09 | net/http: comment handleReadError more, superficially use its argument | Brad Fitzpatrick |
| 2018-07-06 | all: clean up some Deprecated comments | Brad Fitzpatrick |
| 2018-07-03 | net/http: prevent Server reuse after a Shutdown | Brad Fitzpatrick |
| 2018-06-28 | net/http: make Server.Shutdown treat new connections as idle after 5 seconds | Brad Fitzpatrick |
| 2018-06-27 | net/http/httptrace: expose request headers for http/1.1 | Meir Fischer |
| 2018-06-25 | net/http: document and test behavior of ServeMux with ports | Guilherme Goncalves |
| 2018-06-21 | net/http: avoid deferred unlock in ServeMux.shouldRedirect | Emmanuel T Odeke |
| 2018-06-15 | net/http: document how Hijack and Request.Context interact, take two | Brad Fitzpatrick |
| 2018-06-15 | net/http: ensure that Listener.Close is called only once in Server.Serve | Brad Fitzpatrick |
| 2018-06-06 | net/http: remove an allocation in ServeMux | Brad Fitzpatrick |
| 2018-06-01 | all: update comment URLs from HTTP to HTTPS, where possible | Tim Cooper |
| 2018-05-29 | net/http: document Server's implicit Content-Length response header | Brad Fitzpatrick |
| 2018-05-29 | net/http: document how Hijack and Request.Context interact | Brad Fitzpatrick |
| 2018-05-07 | vendor, net/http: update x/net for httplex to httpguts merge | Brad Fitzpatrick |
| 2018-05-04 | net/http: write status code in Redirect when Content-Type header set | Dmitri Shuralyov |
| 2018-05-03 | net/http: don't write redirect body if content-type is set | Sam Whited |
| 2018-04-16 | net/http: omit forbidden Trailer headers from response | David Url |