aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/httptest/server_test.go
AgeCommit message (Expand)Author
2022-05-09[release-branch.go1.17] net/http/httptest: fix race in Server.CloseMaisem Ali
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2019-10-18net/http/httptest: add EnableHTTP2 to ServerEmmanuel T Odeke
2017-06-30net/http/httptest: allow creation of Server manuallyJoe Tsai
2017-03-27net/http/httptest: don't panic on Close of user-constructed Server valueBrad Fitzpatrick
2017-03-08net/http: use httptest.Server Client in testsJohan Brandhorst
2017-03-03net/http/httptest: add Client and Certificate methods to ServerJohan Brandhorst
2016-03-02net: fix vet warningsMohit Agarwal
2016-02-24all: fix typos and spellingMartin Möhrmann
2016-02-10net/http/httptest: make Server.CloseClientConnections wait for conns to closeBrad Fitzpatrick
2015-10-27net/http/httptest: close conns in StateNew on Server closeBrad Fitzpatrick
2015-10-20net/http/httptest: change Server to use http.Server.ConnState for accountingBrad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox