summaryrefslogtreecommitdiff
path: root/src/net/http/request.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* net/http: ignore case of basic auth scheme in Request.BasicAuthBrad Fitzpatrick2018-05-041-1/+2
* net/http: support multipart/mixed in Request.MultipartReaderOneOfOne2018-02-211-5/+5
* net/http: use RFC 723x as normative reference in docsDavid Url2018-02-201-10/+10
* net/http: document CONNECT moreBrad Fitzpatrick2018-01-051-0/+4
* all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"Marvin Stenger2017-10-051-2/+2
* all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger2017-10-051-3/+3
* all: prefer strings.LastIndexByte over strings.LastIndexMarvin Stenger2017-09-271-2/+2
* all: prefer strings.IndexByte over strings.IndexMarvin Stenger2017-09-251-3/+3
* net/http: various small cleanupsDaniel Martí2017-08-141-15/+15
* net/http: improve signature of Redirect, NewRequestDmitri Shuralyov2017-07-201-2/+2
* net/http: remove invalid checks of Request.Proto* for outgoing requestsBrad Fitzpatrick2017-06-081-12/+0
* net/http: delete vestigial methodBrad Fitzpatrick2017-06-071-5/+0
* net/http: don't crash in Request.WithContext if Request.URL is nilBrad Fitzpatrick2017-06-071-3/+5
* net/http: make Transport retry GetBody requests if nothing writtenDavid Glasser2017-06-051-1/+1
* net/http: deep copy Request.URL also in Request.WithContext's copyEmmanuel Odeke2017-05-241-0/+8
* all: fix minor misspellingsEric Lagergren2017-04-031-1/+1
* net/http: import updated idna package and adjust request.goMarcel van Lohuizen2017-03-241-9/+10