aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/response_test.go
AgeCommit message (Expand)Author
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-05-06net/http: only support "chunked" in inbound Transfer-Encoding headersFilippo Valsorda
2019-09-02std: remove unused bits of code all over the placeDaniel Martí
2019-04-16all: clean up code with token.IsExportedDaniel Martí
2018-10-30net/http: in Transport, don't error on non-chunked response with Trailer headerBigMikes
2018-02-20net/http: use RFC 723x as normative reference in docsDavid Url
2017-11-27net/textproto: reject all headers with a leading spaceTom Bergan
2017-11-10net/textproto: ignore initial lines with leading whitespaces in ReadMIMEHeaderWèi Cōngruì
2017-05-24net/http: Don't write 'Connection: close' header multiple times.Filip Gruszczyński
2017-04-17net/http: ignore extra space between response version and status codeAndy Balholm
2016-11-04net/http: speed up tests, use t.Parallel when it's safeBrad Fitzpatrick
2016-10-17net/http: support multiple identical Content-Length headersEmmanuel Odeke
2016-05-01net/http: add Response.Uncompressed boolBrad Fitzpatrick
2016-04-05net/http: add Request.Context and Request.WithContextBrad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-01-26net/http: fix nit in testMikio Hara
2016-01-13net/http: reject non three digit status codes in ReadResponseEmmanuel Odeke
2016-01-09net/http: improve ReadResponse test coverageEmmanuel Odeke
2015-10-13net/http: ignore Transfer-Encoding for HTTP/1.0 responsesBrad Fitzpatrick
2015-04-29net/http: handle "close" amongst multiple Connection tokensBrad Fitzpatrick
2014-10-15net/http: don't send implicit gzip Accept-Encoding on Range requestsBrad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox