summaryrefslogtreecommitdiff
path: root/src/net/http/response.go
Commit message (Expand)AuthorAgeFilesLines
* net/http: optimize StatusText implementationJoão Penteado2022-04-151-3/+2
* all: gofmt main repoRuss Cox2022-04-111-9/+12
* all: use bytes.Cut, strings.CutRuss Cox2021-10-061-9/+6
* net/http: attempt deadlock fix in TestDisableKeepAliveUpgradeAnmol Sethi2020-12-141-2/+7
* net/http: allow upgrading non keepalive connectionsAnmol Sethi2020-12-011-5/+11
* net/http: remove badStringError, make some unexported structs non-comparableBrad Fitzpatrick2020-05-011-4/+4
* net/http: fix typo in Response.Body's docShivani Singhal2019-08-051-1/+1
* net/http: fix typo in Response.Body field docsBrad Fitzpatrick2019-03-281-2/+3
* all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor'Bryan C. Mills2019-03-111-1/+1
* vendor/golang_org/x: move to internal/xBryan C. Mills2018-11-291-1/+1
* net/http: make Transport return Writable Response.Body on protocol switchBrad Fitzpatrick2018-08-251-0/+25
* net/http/httptrace: expose request headers for http/1.1Meir Fischer2018-06-271-2/+2
* net/http: use RFC 723x as normative reference in docsDavid Url2018-02-201-2/+2
* net/http: soften wording around when the Transport reuses connectionsBrad Fitzpatrick2018-01-051-4/+3
* net/http: document streaming nature of Response.BodyBrad Fitzpatrick2017-11-281-0/+7
* net/http: close resp.Body when error occurred during redirectionWeichao Tang2017-04-271-0/+6
* net/http: ignore extra space between response version and status codeAndy Balholm2017-04-171-11/+11
* net/http: document Response.Header values that are subordinate to other fieldsSameer Ajmani2017-02-131-3/+4
* net/http: add NoBody, don't return nil from NewRequest on zero bodiesBrad Fitzpatrick2016-10-221-1/+1
* net/http: omit Content-Length in Response.Write for 1xx or 204 statusMatt Layher2016-09-011-1/+1
* net/http: be consistent about spelling of HTTP/1.xBrad Fitzpatrick2016-06-291-1/+1
* net/http: allow Client.CheckRedirect to use most recent responseBrad Fitzpatrick2016-05-181-1/+1
* net/http: add Response.Uncompressed boolBrad Fitzpatrick2016-05-011-1/+10
* all: standardize RFC mention formatDan Peterson2016-04-121-1/+1
* net/http: zero pad Response status codes to three digitsBrad Fitzpatrick2016-04-051-4/+7
* all: single space after period.Brad Fitzpatrick2016-03-021-6/+6
* net/http: reject non three digit status codes in ReadResponseEmmanuel Odeke2016-01-131-3/+5
* net/http: update Response.Trailer docBrad Fitzpatrick2015-12-171-7/+11
* net/http: update bundled copy of http2, enable TestTrailersServerToClient testsBrad Fitzpatrick2015-12-171-0/+6
* net/http: add comment to exported ErrNoCookie and ErrNoLocation valuesMatt Layher2015-06-261-0/+2
* net/http: documentation updatesBrad Fitzpatrick2015-04-281-3/+5
* net/http: document Response.Body Read+Close interaction with keep-aliveBrad Fitzpatrick2014-12-131-1/+4
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+291