aboutsummaryrefslogtreecommitdiff
path: root/src/net/http
AgeCommit message (Expand)Author
2025-07-28net/http: add proper panic messageyazdan
2025-06-27net/http: fix RoundTrip context cancellation for js/wasmAndy Nitschke
2025-06-24net/http: reduce allocs in CrossOriginProtection.CheckJulien Cretel
2025-06-10net/http: make the zero value of CrossOriginProtection workAustin Clements
2025-06-06all: update vendored dependencies [generated]Carlos Amedee
2025-06-05net/http: strip sensitive proxy headers from redirect requestsNeal Patel
2025-05-23net/http: document that ServeMux.Handler can also synthetize a 405Filippo Valsorda
2025-05-21net/http: use synctest.Test rather than RunDamien Neil
2025-05-21net/http: add CrossOriginProtectionFilippo Valsorda
2025-05-20net/http: upon http redirect, copy Request.GetBody in new requestMarc-Antoine Ruel
2025-05-19net/http: clarify ServeMux.Handler behaviorJonathan Amsterdam
2025-05-19net/http: fix ServeMux.Handler on trailing-slash redirectJonathan Amsterdam
2025-05-12net/http: add missing ServeTLS on the comment of http.Server.Shutdownt-katsumura
2025-04-23cmd/vendor: update x/tools and x/textAlan Donovan
2025-04-22net/http: replace map lookup with switch for scheme port1911860538
2025-04-16net/http: add test for proxyAuthzxc111
2025-04-16net/http: set Request.TLS when net.Conn implements ConnectionStateWeidi Deng
2025-04-15net/http: test intended behavior in TestClientInsecureTransportDamien Neil
2025-04-09net/http: initialize Value with File length in cloneMultipartForm1911860538
2025-04-09net/http: reduce memory usage when hijackingJakob Ackermann
2025-04-08net/http: push roundTrip panic higher in the stackNeal Patel
2025-04-07net/http: add link to typesabemotion
2025-03-20net/http/httputil: document ReverseProxy removal of response headersSean Liao
2025-03-19net/http/httputil: don't call WriteHeader after HijackDamien Neil
2025-03-18net/http/httputil: document ProxyRequest.SetURL limitationsSean Liao
2025-03-18net/http: add onClose hook to fake net listenerDamien Neil
2025-03-11net/http: document Redirect behavior for non-ASCII charactersIan Lance Taylor
2025-03-10net/http/httputil: close hijacked connections when CloseWrite not availableDamien Neil
2025-03-05net/http: make http.FileServer return 404 when a path is invalid/unsafeGrégoire Lodi
2025-03-04net/http: don't modify caller's tls.Config.NextProtosDamien Neil
2025-03-04all: update golang.org/x/netJunyang Shao
2025-03-04net/http/httputil: skip new test on Plan 9Ian Lance Taylor
2025-03-04net/http: speed up cookie and method validationJulien Cretel
2025-03-04net/http: support TCP half-close when HTTP is upgraded in ReverseProxyMark Wakefield
2025-03-04net/http: check server shutting down before processing the requestwineandchord
2025-03-03net/http: allocate CloseNotifier channel lazilyJakob Ackermann
2025-02-27net/http: reject newlines in chunk-size linesDamien Neil
2025-02-24net/http: remove unused err parameter from cancelHarald Nordgren
2025-02-18all: use a more straightforward return valuecuishuang
2025-02-14net/http: use runtime.AddCleanup instead of runtime.SetFinalizerCarlos Amedee
2025-02-14net/http: unskip TestDisableContentLength/h2Dmitri Shuralyov
2025-02-13net/http, net/http/internal/httpcommon: add httpcommon packageDamien Neil
2025-02-12all: update vendored dependencies [generated]Dmitri Shuralyov
2025-02-11net/http/httptest: match net/http ContentLength behavior for http.NoBodySean Liao
2025-02-10net/http: use standard time formatting methodsTom Thorogood
2025-02-04net: use strings.SplitSeq and bytes.SplitSeqapocelipes
2025-02-03net/http: use strings.FieldsFuncSeq to reduce memory allocationscuishuang
2025-01-21net/http: update bundled golang.org/x/net/http2 [generated]Dmitri Shuralyov
2025-01-16net/http: persist header stripping across repeated redirectsDamien Neil
2025-01-06net/http: update NewRequestWithContext wrong link to NewRequestyincong