aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/request.go
AgeCommit message (Expand)Author
2026-03-11net/http: document which headers Request.Write handles speciallykovan
2026-02-06net/http: remove hasPort and simplify logicJorropo
2025-04-07net/http: add link to typesabemotion
2025-03-04net/http: speed up cookie and method validationJulien Cretel
2025-02-18all: use a more straightforward return valuecuishuang
2025-01-06net/http: update NewRequestWithContext wrong link to NewRequestyincong
2024-08-27net/http: simplify http.Request.CloneJes Cok
2024-06-24net/http: document that Request.Clone does not deep copy BodyDamien Neil
2024-05-29all: document legacy //go:linkname for final round of modulesRuss Cox
2024-05-23all: document legacy //go:linkname for modules with ≥500 dependentsRuss Cox
2024-05-16net/http: add Pattern field in Request to return matched pattern infoChen.Zhidong
2024-04-19net/http: add field Cookie.Quoted boolNuno Gonçalves
2024-03-20net/http: add Request.CookiesNamedTimo Furrer
2024-01-10net: add available godoc linkcui fliter
2024-01-09net/http: clarify the precedence order for Request.FormValueJes Cok
2024-01-03net/http: make Request.Clone create fresh copies for matches and otherValuesJes Cok
2023-10-23net/http: remove outdated comment about a support of CONNECT methodKeiichi Hirobe
2023-09-14net/http: implement path value methods on RequestJonathan Amsterdam
2023-08-25net/http: document when request bodies are closed in more placesDamien Neil
2023-08-08net/http: sanitize User-Agent header in request writerDamien Neil
2023-08-07net/http: permit requests with invalid Host headersDamien Neil
2023-07-31net/http: fix doc comment on FormValue functionEduard Bondarenko
2023-06-29net/http: validate Host header before sendingDamien Neil
2023-05-10net/http: let ErrNotSupported match errors.ErrUnsupportedIan Lance Taylor
2022-11-10net/http: add ResponseController and per-handler timeoutsDamien Neil
2022-09-27net/http: fix the potential leak of textproto.Reader from poolAndy Pan
2022-08-26net/http: don't panic on very large MaxBytesReaderLimitcuiweixie
2022-08-17net/http: return ErrNoCookie from Request.Cookie when name is ""muyizixiu
2022-08-15net/http: make Request.WithContext documentation less prescriptiveDamien Neil
2022-07-12net/http: clarify that MaxBytesReader returns *MaxBytesErrorDamien Neil
2022-04-25net/http: add MaxBytesErrorCarl Johnson
2022-04-15net/http: remove cloneURL call in WithContextBobby Powers
2022-04-11all: gofmt main repoRuss Cox
2022-03-22net/http: fix nil body causing ParseMultipartForm to panichopehook
2022-03-20net/http: flesh out Request.SetBasicAuth docs a bitBrad Fitzpatrick
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2021-10-06net/http: parse HTTP version strings according to RFC 7230Damien Neil
2021-06-09net/url: reject query values with semicolonsKatie Hockman
2021-05-10net/http: switch HTTP1 to ASCII equivalents of string functionsRoberto Clapis
2021-04-16net/http: make ReadRequest return an error when requests have multiple Host h...ian woolf
2021-03-23net/http: treat MaxBytesReader's negative limits as equivalent to zero limitArtur M. Wolff
2021-03-13net/http: note that "HTTP/2" is invalid for ParseHTTPVersionJosh Deprez
2021-03-11docs: clarify when APIs use context.Background.Matt T. Proud
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-16net/http: ensure Request.Body.Close is called once and only onceRoss Light
2020-10-16net/http: document concurrency expectations for Request.BodyRoss Light
2020-10-12net/http: deep copy Request.TransferEncodingdqu123
2020-06-08all: avoid awkward wording from CL 236857Russ Cox
2020-06-08all: replace usages of whitelist/blacklist and master/slaveFilippo Valsorda
2020-05-29net/http: clarify that AddCookie only sanitizes the Cookie being addedVolker Dobler