summaryrefslogtreecommitdiff
path: root/src/net/http/httptest
Commit message (Expand)AuthorAgeFilesLines
* net/http/httptest: allow creation of Server manuallyJoe Tsai2017-06-302-16/+59
* net/http/httptest: close client connections in separate goroutinesYasha Bubnov2017-06-261-1/+1
* net/http/httptest: make ResponseRecorder.Result.Status match http.TransportBrad Fitzpatrick2017-05-232-3/+13
* net/http/httptest: don't panic on Close of user-constructed Server valueBrad Fitzpatrick2017-03-272-2/+21
* net/http: use httptest.Server Client in testsJohan Brandhorst2017-03-082-1/+27
* net/http/httptest: add Client and Certificate methods to ServerJohan Brandhorst2017-03-033-0/+83
* net/http/httptest: fix typo in doc commentMichal Bohuslávek2016-11-291-1/+1
* net/http, net/http/httptest: cross-reference the two NewRequest funcsBrad Fitzpatrick2016-11-281-0/+3
* net/http/httptest: remove workaround on Plan 9David du Colombier2016-11-121-10/+0
* net/http, net/http/httptest: make http2's TrailerPrefix work for http1Brad Fitzpatrick2016-11-012-0/+13
* net/http/httptest: doc tweaksBrad Fitzpatrick2016-10-261-2/+2
* net/http/httptest: add more docs on ResponseRecord fieldsBrad Fitzpatrick2016-10-261-4/+20
* net/http/httptest: fill ContentLength in recorded ResponseThomas de Zeeuw2016-09-212-1/+39
* crypto/tls: add Config.CloneBrad Fitzpatrick2016-09-011-2/+3
* net/http/httptest: updated example to use Result()Dhaivat Pandit2016-08-232-3/+16
* net/http/httptest: show usage of httptest.NewRequest in exampleKonstantin Shaposhnikov2016-06-271-5/+1
* net/http/httptest: restore historic ResponseRecorder.HeaderMap behaviorBrad Fitzpatrick2016-05-192-39/+124
* net/http: fixed trivial go vet warningsEmmanuel Odeke2016-04-081-2/+2
* net/http/httptest: clean up unnecessary goroutineBrad Fitzpatrick2016-03-311-20/+8
* net/http/httptest: add NewRequest helper for ease of testing handlersBrad Fitzpatrick2016-03-233-1/+265
* net/http/httptest: record trailing headers in ResponseRecorderCaio Marcelo de Oliveira Filho2016-03-082-12/+118
* net: fix vet warningsMohit Agarwal2016-03-021-1/+1
* all: single space after period.Brad Fitzpatrick2016-03-021-2/+2
* all: fix typos and spellingMartin Möhrmann2016-02-241-1/+1
* all: fix typosShawn Smith2016-02-231-1/+1
* net/http/httptest: make Server.CloseClientConnections wait for conns to closeBrad Fitzpatrick2016-02-102-5/+58
* net/http/httptest: don't crash in mime sniffing if HeaderMap is nilBrad Fitzpatrick2015-12-102-0/+14
* 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-272-1/+49
* net/http/httptest: fix comment regarding certificate expiryJoel Sing2015-10-221-2/+1
* net/http/httptest: detect Content-Type in ResponseRecorderNodir Turakulov2015-10-202-8/+67
* net/http/httptest: change Server to use http.Server.ConnState for accountingBrad Fitzpatrick2015-10-202-59/+158
* net/http/httptest: ResponseRecorder.WriteStringNodir Turakulov2015-09-042-0/+19
* 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-085-0/+469