aboutsummaryrefslogtreecommitdiff
path: root/src/net/http
AgeCommit message (Expand)Author
2019-02-01[release-branch.go1.11] net/http, net/url: reject control characters in URLsBrad Fitzpatrick
2018-12-14[release-branch.go1.11] net/http: update bundled x/net/http2Dmitri Shuralyov
2018-09-24[release-branch.go1.11] net/http: ensure null body in Fetch response is not readJohan Brandhorst
2018-08-13net/http: support configuring fetch optionsJohan Brandhorst
2018-08-13net/http: update request cancelation docsBrad Fitzpatrick
2018-07-31net/http: revert CL 89275 (don't sniff Content-Type when nosniff set)Brad Fitzpatrick
2018-07-31net/http: expand a TimeoutHandler test a bitBrad Fitzpatrick
2018-07-27net/http: document Transport.Proxy's https supportCraig Citro
2018-07-27net/http: try to document ServeFile security moreBrad Fitzpatrick
2018-07-24net/http: fix and normalize the [Server.][ListenAnd]Serve[TLS] docsFilippo Valsorda
2018-07-24net/http: document that Client methods always return *url.ErrorBrad Fitzpatrick
2018-07-24net/http: deflake TestRetryRequestsOnErrorBrad Fitzpatrick
2018-07-23net/http: update Serve docs on when HTTP/2 is enabledBrad Fitzpatrick
2018-07-20net/http/httptest: guarantee ResponseRecorder.Result returns a non-nil bodyJack
2018-07-19net/http: update bundled http2Brad Fitzpatrick
2018-07-19net/http: deflake TestClientTimeoutKillsConn_AfterHeadersBrad Fitzpatrick
2018-07-17http/internal: document final CRLF behavior on chunkedWriterEric Daniels
2018-07-13net/http: don't cancel Request.Context on pipelined Server requestsBrad Fitzpatrick
2018-07-13http/http/httputil: add ReverseProxy.ErrorHandlerJulien Salleyron
2018-07-13net/http: correct use of byte slice in js syscallJohan Brandhorst
2018-07-12net/http: update bundled http2Brad Fitzpatrick
2018-07-12net/http: make Transport.CloseIdleConnections close non-bundled http2.TransportBrad Fitzpatrick
2018-07-12net/http: update bundled http2Brad Fitzpatrick
2018-07-12net/http: add tests to validate that Client.Timeout closes connectionsBrad Fitzpatrick
2018-07-11net/http: fix rare Transport leak, remove incorrect defensive logicBrad Fitzpatrick
2018-07-10net/http: clarify when it's allowed to reuse a RequestBrad Fitzpatrick
2018-07-10net/http: update bundled http2Michael Fraenkel
2018-07-10net/http: remove dead code noted in post-submit review of CL 81778Brad Fitzpatrick
2018-07-09net/http: update bundled http2Brad Fitzpatrick
2018-07-09net/http/httputil: don't panic in ReverseProxy unless running under a ServerBrad Fitzpatrick
2018-07-09net/http: add support for SameSite option in http.CookieStephan Renatus
2018-07-09vendor: update vendored x/net/http/httpproxyBrad Fitzpatrick
2018-07-09net/http: comment handleReadError more, superficially use its argumentBrad Fitzpatrick
2018-07-09net/http: add Transport.MaxConnsPerHost knobMark Fischer
2018-07-06all: clean up some Deprecated commentsBrad Fitzpatrick
2018-07-06net/http: deflake TestServerShutdownStateNewDaniel Martí
2018-07-03net/http: make Transport treat 101 as a terminal statusMark Fischer
2018-07-03net/http: prevent Server reuse after a ShutdownBrad Fitzpatrick
2018-06-29net/http: update bundled http2Brad Fitzpatrick
2018-06-29net/http: update docs on Transport.DisableKeepAlivesBrad Fitzpatrick
2018-06-29net/http: remove a flag accidentally submitted in CL 121419Brad Fitzpatrick
2018-06-28net/http: make Server.Shutdown treat new connections as idle after 5 secondsBrad Fitzpatrick
2018-06-28syscall/js: rename Callback.Close to Release and expose Callback.ValueRichard Musiol
2018-06-27syscall/js: add TypedArrayOfRichard Musiol
2018-06-27net/http/httptrace: add clarification never added to CL 67430Brad Fitzpatrick
2018-06-27net/http/httptrace: expose request headers for http/1.1Meir Fischer
2018-06-25net/http: document and test behavior of ServeMux with portsGuilherme Goncalves
2018-06-25syscall/js: turn constant package vars into functionsRichard Musiol
2018-06-22net/http: fix test assertionThomas Bruyelle
2018-06-21net/http: avoid deferred unlock in ServeMux.shouldRedirectEmmanuel T Odeke