summaryrefslogtreecommitdiff
path: root/src/net/http/httptest/server.go
Commit message (Expand)AuthorAgeFilesLines
* net/http/httptest: allow creation of Server manuallyJoe Tsai2017-06-301-3/+6
* net/http/httptest: close client connections in separate goroutinesYasha Bubnov2017-06-261-1/+1
* net/http/httptest: don't panic on Close of user-constructed Server valueBrad Fitzpatrick2017-03-271-2/+4
* net/http: use httptest.Server Client in testsJohan Brandhorst2017-03-081-1/+3
* net/http/httptest: add Client and Certificate methods to ServerJohan Brandhorst2017-03-031-0/+38
* net/http/httptest: remove workaround on Plan 9David du Colombier2016-11-121-10/+0
* crypto/tls: add Config.CloneBrad Fitzpatrick2016-09-011-2/+3
* net/http/httptest: clean up unnecessary goroutineBrad Fitzpatrick2016-03-311-20/+8
* all: single space after period.Brad Fitzpatrick2016-03-021-2/+2
* all: fix typosShawn Smith2016-02-231-1/+1
* net/http/httptest: make Server.CloseClientConnections wait for conns to closeBrad Fitzpatrick2016-02-101-5/+44
* net/http: register HTTP/2 before listening in ListenAndServeBrad Fitzpatrick2015-11-041-37/+2
* net/http/httptest: close conns in StateNew on Server closeBrad Fitzpatrick2015-10-271-1/+19
* net/http/httptest: fix comment regarding certificate expiryJoel Sing2015-10-221-2/+1
* net/http/httptest: change Server to use http.Server.ConnState for accountingBrad Fitzpatrick2015-10-201-59/+131
* net/http/httptest: increase test Server's key sizeBrad Fitzpatrick2015-06-291-16/+26
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+228