summaryrefslogtreecommitdiff
path: root/src/net/http/response_test.go
Commit message (Expand)AuthorAgeFilesLines
* net/http: only support "chunked" in inbound Transfer-Encoding headersFilippo Valsorda2020-05-061-0/+1
* std: remove unused bits of code all over the placeDaniel Martí2019-09-021-0/+5
* all: clean up code with token.IsExportedDaniel Martí2019-04-161-2/+2
* net/http: in Transport, don't error on non-chunked response with Trailer headerBigMikes2018-10-301-0/+28
* net/http: use RFC 723x as normative reference in docsDavid Url2018-02-201-2/+2
* net/textproto: reject all headers with a leading spaceTom Bergan2017-11-271-39/+19
* net/textproto: ignore initial lines with leading whitespaces in ReadMIMEHeaderWèi Cōngruì2017-11-101-0/+22
* net/http: Don't write 'Connection: close' header multiple times.Filip Gruszczyński2017-05-241-0/+26
* net/http: ignore extra space between response version and status codeAndy Balholm2017-04-171-1/+24
* net/http: speed up tests, use t.Parallel when it's safeBrad Fitzpatrick2016-11-041-0/+1
* net/http: support multiple identical Content-Length headersEmmanuel Odeke2016-10-171-4/+30
* net/http: add Response.Uncompressed boolBrad Fitzpatrick2016-05-011-0/+26
* net/http: add Request.Context and Request.WithContextBrad Fitzpatrick2016-04-051-1/+6
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* net/http: fix nit in testMikio Hara2016-01-261-1/+1
* net/http: reject non three digit status codes in ReadResponseEmmanuel Odeke2016-01-131-1/+10
* net/http: improve ReadResponse test coverageEmmanuel Odeke2016-01-091-6/+93
* net/http: ignore Transfer-Encoding for HTTP/1.0 responsesBrad Fitzpatrick2015-10-131-0/+49
* net/http: handle "close" amongst multiple Connection tokensBrad Fitzpatrick2015-04-291-0/+51
* net/http: don't send implicit gzip Accept-Encoding on Range requestsBrad Fitzpatrick2014-10-151-0/+28
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+646