aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/httptest/server.go
AgeCommit message (Expand)Author
2021-12-01[release-branch.go1.16] net/http/httptest: wait for user ConnState hooksDamien Neil
2019-10-18net/http/httptest: add EnableHTTP2 to ServerEmmanuel T Odeke
2018-12-14net/http/httptest: don't register a flag unless it looks like it's in useBrad Fitzpatrick
2018-03-26all: use strings.Builder instead of bytes.Buffer where appropriateBrad Fitzpatrick
2017-06-30net/http/httptest: allow creation of Server manuallyJoe Tsai
2017-06-26net/http/httptest: close client connections in separate goroutinesYasha Bubnov
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-11-12net/http/httptest: remove workaround on Plan 9David du Colombier
2016-09-01crypto/tls: add Config.CloneBrad Fitzpatrick
2016-03-31net/http/httptest: clean up unnecessary goroutineBrad Fitzpatrick
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-23all: fix typosShawn Smith
2016-02-10net/http/httptest: make Server.CloseClientConnections wait for conns to closeBrad 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: change Server to use http.Server.ConnState for accountingBrad Fitzpatrick
2015-06-29net/http/httptest: increase test Server's key sizeBrad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox