aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/httptest/recorder_test.go
AgeCommit message (Expand)Author
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-05-31net/http: reject HTTP/1.1 Content-Length with sign in responsePaschalis Tsilias
2018-07-20net/http/httptest: guarantee ResponseRecorder.Result returns a non-nil bodyJack
2018-05-12net/http/httptest: table-test using named subtestsPierre Prinetti
2017-05-23net/http/httptest: make ResponseRecorder.Result.Status match http.TransportBrad Fitzpatrick
2016-11-01net/http, net/http/httptest: make http2's TrailerPrefix work for http1Brad Fitzpatrick
2016-09-21net/http/httptest: fill ContentLength in recorded ResponseThomas de Zeeuw
2016-05-19net/http/httptest: restore historic ResponseRecorder.HeaderMap behaviorBrad Fitzpatrick
2016-03-08net/http/httptest: record trailing headers in ResponseRecorderCaio Marcelo de Oliveira Filho
2015-12-10net/http/httptest: don't crash in mime sniffing if HeaderMap is nilBrad Fitzpatrick
2015-10-20net/http/httptest: detect Content-Type in ResponseRecorderNodir Turakulov
2015-09-04net/http/httptest: ResponseRecorder.WriteStringNodir Turakulov
2014-09-08build: move package sources from src/pkg to srcRuss Cox