aboutsummaryrefslogtreecommitdiff
path: root/src/net/http
AgeCommit message (Expand)Author
3 daysall: document legacy //go:linkname for final round of modulesRuss Cox
8 daysstd: fix calls to Printf(s) with non-constant sAlan Donovan
9 daysnet/http: remove TestTransportDialCancelRaceDamien Neil
9 daysall: document legacy //go:linkname for modules with ≥200 dependentsRuss Cox
9 daysall: document legacy //go:linkname for modules with ≥500 dependentsRuss Cox
9 daysall: change from sort functions to slices functions where feasibleIan Lance Taylor
9 dayscrypto/tls: disable 3-DES by defaultFilippo Valsorda
10 daysnet/http: add partitioned attribute to cookie typeislishude
10 daysnet/http: disable flaky 100-continue testsDamien Neil
2024-05-17all: add push linknames to allow legacy pull linknamesCherry Mui
2024-05-17net/http: return correct error when reading from a canceled request bodyDamien Neil
2024-05-16net/http: add Pattern field in Request to return matched pattern infoChen.Zhidong
2024-05-16net/http: simplify HTTP/1 request cancelationDamien Neil
2024-05-15net/http, reflect: rename Test function namesJes Cok
2024-05-14net/http: avoid panic when writing 100-continue after handler doneDamien Neil
2024-05-10net/http/httptest: add comment to Server.Client() about Server.URLAlireza Ghasemi
2024-05-09net/http: remove misleading response headers on errorRuss Cox
2024-04-30net/http: represent multi wildcards properlyJonathan Amsterdam
2024-04-30http: fix some comments typo in server.goThe Backend Grip
2024-04-25net/http: improve continue statements for testsJes Cok
2024-04-23all: fix some typos in commentsracequite
2024-04-22net/http: correct error messages for TestParseSetCookieJes Cok
2024-04-19net/http: add field Cookie.Quoted boolNuno Gonçalves
2024-04-18net/http: add case for TestParseSetCookieJes Cok
2024-04-18net/http: add comments that servemux121.go should remain frozenapocelipes
2024-04-17net/http: don't cancel Dials when requests are canceledDamien Neil
2024-04-17net/http: add ParseCookie, ParseSetCookieJes Cok
2024-04-12net/http: fix debugRoundTrip log typoguangwu
2024-04-08all: update vendored golang.org/x/netDmitri Shuralyov
2024-04-08net/http: update HandlerWritesTooMuch test to allow different h1/h2 behaviorDamien Neil
2024-04-05all: update vendored golang.org/x/netDmitri Shuralyov
2024-04-05all: update vendored golang.org/x/net to v0.23.0Dmitri Shuralyov
2024-04-03net/http: speed up go testFelix Geisendörfer
2024-03-29net/http: correct doc for ServeFileFSJes Cok
2024-03-26all: fix a large number of commentscui fliter
2024-03-26net/http: fix typo in log messageDamien Neil
2024-03-26net/http: panic early in do when Client is nilKevin Burke
2024-03-25net/http: also log TLS errors which look like HTTP sent to an HTTPS portDamien Neil
2024-03-25net/http: eliminate the needless idle timeout for TestServerNoReadTimeoutAndy Pan
2024-03-25net/http: update bundled x/net/http2Andy Pan
2024-03-22net/http: ensure server handler is done in TestServerNoWriteTimeoutDamien Neil
2024-03-21net/http: use slices to simplify the codeapocelipes
2024-03-21src/go.mod, net/http: update bundled+latest golang.org/x/netEmmanuel T Odeke
2024-03-21net/http: add tests with zero and negative read/write timeoutsAndy Pan
2024-03-21net/http: improve error reporting in TestCancelRequestWhenSharingConnectionDamien Neil
2024-03-20net/http: add Request.CookiesNamedTimo Furrer
2024-03-20net/http: validate outgoing/client request trailersEmmanuel T Odeke
2024-03-19net/http: update bundled x/net/http2Andy Pan
2024-03-18net/http: fix request canceler leak on connection closeAlexander Yastrebov
2024-03-18net/http/httptest: close res.Body in testguoguangwu