aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/response.go
AgeCommit message (Expand)Author
2020-05-01net/http: remove badStringError, make some unexported structs non-comparableBrad Fitzpatrick
2019-08-05net/http: fix typo in Response.Body's docShivani Singhal
2019-03-28net/http: fix typo in Response.Body field docsBrad Fitzpatrick
2019-03-11all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor'Bryan C. Mills
2018-11-29vendor/golang_org/x: move to internal/xBryan C. Mills
2018-08-25net/http: make Transport return Writable Response.Body on protocol switchBrad Fitzpatrick
2018-06-27net/http/httptrace: expose request headers for http/1.1Meir Fischer
2018-02-20net/http: use RFC 723x as normative reference in docsDavid Url
2018-01-05net/http: soften wording around when the Transport reuses connectionsBrad Fitzpatrick
2017-11-28net/http: document streaming nature of Response.BodyBrad Fitzpatrick
2017-04-27net/http: close resp.Body when error occurred during redirectionWeichao Tang
2017-04-17net/http: ignore extra space between response version and status codeAndy Balholm
2017-02-13net/http: document Response.Header values that are subordinate to other fieldsSameer Ajmani
2016-10-22net/http: add NoBody, don't return nil from NewRequest on zero bodiesBrad Fitzpatrick
2016-09-01net/http: omit Content-Length in Response.Write for 1xx or 204 statusMatt Layher
2016-06-29net/http: be consistent about spelling of HTTP/1.xBrad Fitzpatrick
2016-05-18net/http: allow Client.CheckRedirect to use most recent responseBrad Fitzpatrick
2016-05-01net/http: add Response.Uncompressed boolBrad Fitzpatrick
2016-04-12all: standardize RFC mention formatDan Peterson
2016-04-05net/http: zero pad Response status codes to three digitsBrad Fitzpatrick
2016-03-02all: single space after period.Brad Fitzpatrick
2016-01-13net/http: reject non three digit status codes in ReadResponseEmmanuel Odeke
2015-12-17net/http: update Response.Trailer docBrad Fitzpatrick
2015-12-17net/http: update bundled copy of http2, enable TestTrailersServerToClient testsBrad Fitzpatrick
2015-06-26net/http: add comment to exported ErrNoCookie and ErrNoLocation valuesMatt Layher
2015-04-28net/http: documentation updatesBrad Fitzpatrick
2014-12-13net/http: document Response.Body Read+Close interaction with keep-aliveBrad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox