aboutsummaryrefslogtreecommitdiff
path: root/src/net/http
AgeCommit message (Expand)Author
2025-12-05all: fix some comment issuescuishuang
2025-12-01net/http: deflake TestClientConnReserveAndConsumeDamien Neil
2025-11-24net/http: add Transport.NewClientConnDamien Neil
2025-11-24all: update to x/net@bff14c52567061031b9761881907c39e24792736Damien Neil
2025-11-21net/http: remove unused linknamesSean Liao
2025-11-21net/http: populate Response.Request when using NewFileTransportSean Liao
2025-11-21net/http: preserve original path encoding in redirectsSean Liao
2025-11-21net/http: use HTTP 307 redirects in ServeMuxSean Liao
2025-11-21net/http: update Response.Request.URL after redirects on GOOS=jsSean Liao
2025-11-21net/http/cookiejar: treat localhost as secure originSean Liao
2025-11-21net/http: fix typo in Transport docsVictor
2025-11-20net/http/httputil: wrap ReverseProxy's outbound request body so Close is a noopNicholas S. Husin
2025-11-20net/http: drop unused "broken" field from persistConnDamien Neil
2025-11-20net/http: correctly close fake net.ConnsDamien Neil
2025-11-18Revert "net/http: do not discard body content when closing it within request ...Nicholas S. Husin
2025-11-14net/http: do not discard body content when closing it within request handlersNicholas S. Husin
2025-11-13net/http: remove unused isLitOrSingle and isNotToken1911860538
2025-11-13net/http/cgi: accept INCLUDED as protocol for server side includesPeter Beard
2025-10-17all: remove unnecessary loop variable copies in testsTobias Klauser
2025-10-16cmd: update to x/tools@7d9453ccAlan Donovan
2025-10-15net/http/httptest: record failed ResponseWriter writesDamien Neil
2025-10-13all: replace calls to errors.As with errors.AsTypeJulien Cretel
2025-10-10net/http: strip request body headers on POST to GET redirectsSean Liao
2025-10-10net/http: set cookie host to Request.Host when availableSean Liao
2025-10-10net/http: run TestRequestWriteTransport with fake time to avoid flakesDamien Neil
2025-10-08net/http/httptest: check whether response bodies are allowedSean Liao
2025-10-08net/http: format pprof.goVlad Saioc
2025-10-08net/http: update HTTP/2 documentation to reference new config featuresDamien Neil
2025-10-07net/http: add httpcookiemaxnum GODEBUG option to limit number of cookies parsedNicholas Husin
2025-10-02net/http/httputil: deprecate ReverseProxy.DirectorDamien Neil
2025-10-02net/http: update bundled x/net/http2 and delete obsolete http2inTestsNicholas S. Husin
2025-10-02runtime,net/http/pprof: goroutine leak detection by using the garbage collectorVlad Saioc
2025-09-26net/http: add HTTP2Config.StrictMaxConcurrentRequestsDamien Neil
2025-09-26net/http: add more tests of transport connection poolDamien Neil
2025-09-18net/http: avoid connCount underflow raceDamien Neil
2025-09-15net/http: clarify panic conditions in Handle, HandleFunc, AddInsecureBypassPa...Cole Garien
2025-09-15net/http: add comments for transport gzip readerAlexander Yastrebov
2025-09-12vendor: update x/tools to 3adf0e9, and other reposAlan Donovan
2025-09-06net/http: pool transport gzip readersAlexander Yastrebov
2025-09-04net/http: fix cookie value of "" being interpreted as empty string.Nicholas S. Husin
2025-08-31net/http: skip redirecting in ServeMux when URL path for CONNECT is emptyNicholas Husin
2025-08-29all: delete more windows/arm remnantsTobias Klauser
2025-08-28net/http/httputil: remove redundant pw.Close() call in DumpRequestOut1911860538
2025-08-27net/http: Ensure that CONNECT proxied requests respect MaxResponseHeaderBytesNicholas Husin
2025-08-27net/http: require exact match for CrossSiteProtection bypass patternsFilippo Valsorda
2025-08-23net/http/httptest: redirect example.com requests to serverSean Liao
2025-08-13all: update vendored dependencies [generated]Dmitri Shuralyov
2025-08-12net/http: fix data race in clientBrad Fitzpatrick
2025-08-11net/http: add example for CrossOriginProtectionBracken Dawson
2025-08-08all: update blog linkjiahua wang