aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/http.go
AgeCommit message (Expand)Author
4 daysnet/http: add support for running HTTP tests against HTTP/3Nicholas S. Husin
2026-03-12net/http: use net/http/internal/http2 rather than h2_bundle.goDamien Neil
2026-03-04net/http: add basic unexported pluggable HTTP/3 supportNicholas S. Husin
2026-02-06net/http: remove hasPort and simplify logicJorropo
2026-01-23all: update vendored dependenciesNicholas S. Husin
2025-11-13net/http: remove unused isLitOrSingle and isNotToken1911860538
2025-09-26net/http: add HTTP2Config.StrictMaxConcurrentRequestsDamien Neil
2025-03-04net/http: speed up cookie and method validationJulien Cretel
2025-02-13net/http, net/http/internal/httpcommon: add httpcommon packageDamien Neil
2024-12-11net/http: document zero value of ProtocolsDamien Neil
2024-11-21net/http: add support for unencrypted HTTP/2Damien Neil
2024-11-05net/http: add Protocols field to Server and TransportDamien Neil
2024-08-29net/http: add HTTP2ConfigDamien Neil
2024-01-10net: add available godoc linkcui fliter
2023-02-27net/http: reduce calls to append in hexEscapeNonASCII to gain a slight perfor...Andy Pan
2021-05-10net/http: switch HTTP1 to ASCII equivalents of string functionsRoberto Clapis
2020-05-01net/http: remove badStringError, make some unexported structs non-comparableBrad Fitzpatrick
2019-11-04net/http: support disabling built-in HTTP/2 with a new build tagBrad Fitzpatrick
2019-04-16all: s/cancelation/cancellation/Josh Bleecher Snyder
2019-03-11all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor'Bryan C. Mills
2019-01-29net/url, net/http: relax CTL-in-URL validation to only ASCII CTLsBrad Fitzpatrick
2019-01-23net/url, net/http: reject control characters in URLsBrad Fitzpatrick
2018-11-29vendor/golang_org/x: move to internal/xBryan C. Mills
2018-10-03net/http: explain more how Pusher.Push worksEduard Urbach
2018-05-07vendor, net/http: update x/net for httplex to httpguts mergeBrad Fitzpatrick
2017-10-05all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"Marvin Stenger
2017-09-27all: prefer strings.LastIndexByte over strings.LastIndexMarvin Stenger
2017-03-29net, net/http: adjust time-in-past constant even earlierBrad Fitzpatrick
2016-10-25net/http: add an interface for server pushTom Bergan
2016-10-22net/http: add NoBody, don't return nil from NewRequest on zero bodiesBrad Fitzpatrick
2016-10-21net/http: make Redirect escape non-ASCII in Location headerBrad Fitzpatrick
2016-10-18net/http: make Server Handler's Request.Context be done on conn errorsBrad Fitzpatrick
2016-09-27net/http: add more IDNA2008 tests and fix some omissionsBrad Fitzpatrick
2016-07-13all: rename vendored golang.org/x/net packages to golang_orgBrad Fitzpatrick
2016-05-19net/http: update bundled http2Brad Fitzpatrick
2016-04-16net/http: normalize empty port in URL.Host's ":port"Emmanuel Odeke
2016-04-11net/http: add ServerContextKey to let a handler access its ServerBrad Fitzpatrick
2016-04-01net/http: limit Transport's reading of response header bytes from serversBrad Fitzpatrick