aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/httptest
AgeCommit message (Expand)Author
2016-05-19net/http/httptest: restore historic ResponseRecorder.HeaderMap behaviorBrad Fitzpatrick
2016-04-08net/http: fixed trivial go vet warningsEmmanuel Odeke
2016-03-31net/http/httptest: clean up unnecessary goroutineBrad Fitzpatrick
2016-03-23net/http/httptest: add NewRequest helper for ease of testing handlersBrad Fitzpatrick
2016-03-08net/http/httptest: record trailing headers in ResponseRecorderCaio Marcelo de Oliveira Filho
2016-03-02net: fix vet warningsMohit Agarwal
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-24all: fix typos and spellingMartin Möhrmann
2016-02-23all: fix typosShawn Smith
2016-02-10net/http/httptest: make Server.CloseClientConnections wait for conns to closeBrad Fitzpatrick
2015-12-10net/http/httptest: don't crash in mime sniffing if HeaderMap is nilBrad Fitzpatrick
2015-11-04net/http: register HTTP/2 before listening in ListenAndServeBrad Fitzpatrick
2015-10-27net/http/httptest: close conns in StateNew on Server closeBrad Fitzpatrick
2015-10-22net/http/httptest: fix comment regarding certificate expiryJoel Sing
2015-10-20net/http/httptest: detect Content-Type in ResponseRecorderNodir Turakulov
2015-10-20net/http/httptest: change Server to use http.Server.ConnState for accountingBrad Fitzpatrick
2015-09-04net/http/httptest: ResponseRecorder.WriteStringNodir Turakulov
2015-06-29net/http/httptest: increase test Server's key sizeBrad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox