summaryrefslogtreecommitdiff
path: root/src/net/http/request.go
Commit message (Expand)AuthorAgeFilesLines
* net/http: add MaxBytesErrorCarl Johnson2022-04-251-4/+17
* net/http: remove cloneURL call in WithContextBobby Powers2022-04-151-1/+0
* all: gofmt main repoRuss Cox2022-04-111-3/+6
* net/http: fix nil body causing ParseMultipartForm to panichopehook2022-03-221-0/+3
* net/http: flesh out Request.SetBasicAuth docs a bitBrad Fitzpatrick2022-03-201-4/+6
* all: use bytes.Cut, strings.CutRuss Cox2021-10-061-13/+12
* net/http: parse HTTP version strings according to RFC 7230Damien Neil2021-10-061-9/+10
* net/url: reject query values with semicolonsKatie Hockman2021-06-091-5/+7
* net/http: switch HTTP1 to ASCII equivalents of string functionsRoberto Clapis2021-05-101-3/+4
* net/http: make ReadRequest return an error when requests have multiple Host h...ian woolf2021-04-161-11/+11
* net/http: treat MaxBytesReader's negative limits as equivalent to zero limitArtur M. Wolff2021-03-231-0/+3
* net/http: note that "HTTP/2" is invalid for ParseHTTPVersionJosh Deprez2021-03-131-1/+2
* docs: clarify when APIs use context.Background.Matt T. Proud2021-03-111-1/+1
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-201-6/+5
* net/http: ensure Request.Body.Close is called once and only onceRoss Light2020-10-161-3/+16
* net/http: document concurrency expectations for Request.BodyRoss Light2020-10-161-0/+4
* net/http: deep copy Request.TransferEncodingdqu1232020-10-121-1/+1
* all: avoid awkward wording from CL 236857Russ Cox2020-06-081-1/+1
* all: replace usages of whitelist/blacklist and master/slaveFilippo Valsorda2020-06-081-1/+1
* net/http: clarify that AddCookie only sanitizes the Cookie being addedVolker Dobler2020-05-291-0/+2
* net/http: remove badStringError, make some unexported structs non-comparableBrad Fitzpatrick2020-05-011-9/+4
* net/http: document that ParseForm consumes Request.BodyLuka Zitnik2020-01-081-6/+6
* net/http: fix some awkward wording in Request.WithContext docsBrad Fitzpatrick2019-12-121-2/+2
* net/http: remove parseURL variableDmitri Shuralyov2019-10-211-1/+2
* net/http: document that Request.Host includes HTTP/2 :authorityBrad Fitzpatrick2019-10-021-3/+5
* net/http: make copyValues append instead of calling Addsmasher1642019-09-071-3/+1
* net/http: fix a typo in commentsJavier Revillas2019-08-271-1/+1
* net/http: fix a typo in spelling of MultiPartFormDarren McCleary2019-08-011-1/+1
* net/http: improve Request.Form and Request.PostForm documentationDavid Ndungu2019-07-301-2/+2
* net/http: add func NewRequestWithContext, Request.CloneBrad Fitzpatrick2019-05-031-16/+56
* net/http: document that Basic Auth may require URL encodingBenoit Sigoure2019-04-221-0/+4
* all: s/cancelation/cancellation/Josh Bleecher Snyder2019-04-161-1/+1
* all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor'Bryan C. Mills2019-03-111-1/+1
* net/url, net/http: relax CTL-in-URL validation to only ASCII CTLsBrad Fitzpatrick2019-01-291-1/+1
* net/url, net/http: reject control characters in URLsBrad Fitzpatrick2019-01-231-1/+6
* vendor/golang_org/x: move to internal/xBryan C. Mills2018-11-291-1/+1
* net/http: prevent transport sends two "Connection: close" headersMeng Zhuo2018-11-281-0/+3
* net/http: make Transport respect {X-,}Idempotency-Key headerBrad Fitzpatrick2018-11-141-1/+7
* net/http: in Transport, don't error on non-chunked response with Trailer headerBigMikes2018-10-301-2/+3
* net/http: flesh out Transport's HTTP/1 CONNECT+bidi support to match HTTP/2Brad Fitzpatrick2018-10-121-0/+3
* net/http: make Transport send WebSocket upgrade requests over HTTP/1Brad Fitzpatrick2018-10-021-0/+7
* net/http: fix minor typos in Request godocIvy Evans2018-09-181-10/+11
* net/http: update request cancelation docsBrad Fitzpatrick2018-08-131-0/+4
* all: clean up some Deprecated commentsBrad Fitzpatrick2018-07-061-3/+11
* net/http/httptrace: expose request headers for http/1.1Meir Fischer2018-06-271-4/+10
* net/http: document how Hijack and Request.Context interact, take twoBrad Fitzpatrick2018-06-151-2/+1
* net/http: document that Handlers are resposible for validating Host headersBrad Fitzpatrick2018-06-151-0/+5
* net/http: document how Hijack and Request.Context interactBrad Fitzpatrick2018-05-291-1/+2
* net/http: fix doc comment on PostFormValue functiondchenk2018-05-231-2/+2
* net/http: clarify that ReadRequest is only for HTTP/1.xBrad Fitzpatrick2018-05-211-0/+5