summaryrefslogtreecommitdiff
path: root/src/net/http/httptest/server_test.go
Commit message (Expand)AuthorAgeFilesLines
* net/http/httptest: allow creation of Server manuallyJoe Tsai2017-06-301-13/+53
* net/http/httptest: don't panic on Close of user-constructed Server valueBrad Fitzpatrick2017-03-271-0/+17
* net/http: use httptest.Server Client in testsJohan Brandhorst2017-03-081-0/+24
* net/http/httptest: add Client and Certificate methods to ServerJohan Brandhorst2017-03-031-0/+23
* net: fix vet warningsMohit Agarwal2016-03-021-1/+1
* all: fix typos and spellingMartin Möhrmann2016-02-241-1/+1
* net/http/httptest: make Server.CloseClientConnections wait for conns to closeBrad Fitzpatrick2016-02-101-0/+14
* net/http/httptest: close conns in StateNew on Server closeBrad Fitzpatrick2015-10-271-0/+30
* net/http/httptest: change Server to use http.Server.ConnState for accountingBrad Fitzpatrick2015-10-201-0/+27
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+29