aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/request.go
AgeCommit message (Expand)Author
2020-10-23[release-branch.go1.15] net/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
2020-05-01net/http: remove badStringError, make some unexported structs non-comparableBrad Fitzpatrick
2020-01-08net/http: document that ParseForm consumes Request.BodyLuka Zitnik
2019-12-12net/http: fix some awkward wording in Request.WithContext docsBrad Fitzpatrick
2019-10-21net/http: remove parseURL variableDmitri Shuralyov
2019-10-02net/http: document that Request.Host includes HTTP/2 :authorityBrad Fitzpatrick
2019-09-07net/http: make copyValues append instead of calling Addsmasher164
2019-08-27net/http: fix a typo in commentsJavier Revillas
2019-08-01net/http: fix a typo in spelling of MultiPartFormDarren McCleary
2019-07-30net/http: improve Request.Form and Request.PostForm documentationDavid Ndungu
2019-05-03net/http: add func NewRequestWithContext, Request.CloneBrad Fitzpatrick
2019-04-22net/http: document that Basic Auth may require URL encodingBenoit Sigoure
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-11-28net/http: prevent transport sends two "Connection: close" headersMeng Zhuo
2018-11-14net/http: make Transport respect {X-,}Idempotency-Key headerBrad Fitzpatrick
2018-10-30net/http: in Transport, don't error on non-chunked response with Trailer headerBigMikes
2018-10-12net/http: flesh out Transport's HTTP/1 CONNECT+bidi support to match HTTP/2Brad Fitzpatrick
2018-10-02net/http: make Transport send WebSocket upgrade requests over HTTP/1Brad Fitzpatrick
2018-09-18net/http: fix minor typos in Request godocIvy Evans
2018-08-13net/http: update request cancelation docsBrad Fitzpatrick
2018-07-06all: clean up some Deprecated commentsBrad Fitzpatrick
2018-06-27net/http/httptrace: expose request headers for http/1.1Meir Fischer
2018-06-15net/http: document how Hijack and Request.Context interact, take twoBrad Fitzpatrick
2018-06-15net/http: document that Handlers are resposible for validating Host headersBrad Fitzpatrick
2018-05-29net/http: document how Hijack and Request.Context interactBrad Fitzpatrick
2018-05-23net/http: fix doc comment on PostFormValue functiondchenk
2018-05-21net/http: clarify that ReadRequest is only for HTTP/1.xBrad Fitzpatrick
2018-05-04net/http: ignore case of basic auth scheme in Request.BasicAuthBrad Fitzpatrick
2018-02-21net/http: support multipart/mixed in Request.MultipartReaderOneOfOne
2018-02-20net/http: use RFC 723x as normative reference in docsDavid Url
2018-01-05net/http: document CONNECT moreBrad Fitzpatrick
2017-10-05all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"Marvin Stenger
2017-10-05all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger
2017-09-27all: prefer strings.LastIndexByte over strings.LastIndexMarvin Stenger
2017-09-25all: prefer strings.IndexByte over strings.IndexMarvin Stenger
2017-08-14net/http: various small cleanupsDaniel Martí
2017-07-20net/http: improve signature of Redirect, NewRequestDmitri Shuralyov
2017-06-08net/http: remove invalid checks of Request.Proto* for outgoing requestsBrad Fitzpatrick
2017-06-07net/http: delete vestigial methodBrad Fitzpatrick
2017-06-07net/http: don't crash in Request.WithContext if Request.URL is nilBrad Fitzpatrick
2017-06-05net/http: make Transport retry GetBody requests if nothing writtenDavid Glasser
2017-05-24net/http: deep copy Request.URL also in Request.WithContext's copyEmmanuel Odeke
2017-04-03all: fix minor misspellingsEric Lagergren