summaryrefslogtreecommitdiff
path: root/src/net/http/httptest
Commit message (Expand)AuthorAgeFilesLines
* net/http/httptest: allow multiple fields be present in one Trailer fieldMaxime Soulé2022-04-112-13/+14
* all: gofmt main repoRuss Cox2022-04-111-0/+2
* net/http/httptest: fix race in Server.CloseMaisem Ali2022-03-252-18/+65
* net/http: remove test-only private key from production binariesDamien Neil2021-06-101-2/+2
* net/http/httptest: panic on non-3 digit (XXX) status code in Recorder.WriteHe...ian woolf2021-04-142-0/+44
* net/http/httptest: wait for user ConnState hooksDamien Neil2021-03-251-0/+7
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-206-18/+14
* net/http: reject HTTP/1.1 Content-Length with sign in responsePaschalis Tsilias2020-05-312-2/+38
* net/http: use ASCII space trimming throughoutFilippo Valsorda2020-05-061-1/+2
* net/http/httptest: add EnableHTTP2 to ServerEmmanuel T Odeke2019-10-183-1/+69
* net/http/httptest: update docs, remove old inaccurate sentenceBrad Fitzpatrick2019-05-201-6/+11
* net/http: export Header.Clone, reduce its allocations, use it everywhereBrad Fitzpatrick2019-04-241-12/+2
* all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor'Bryan C. Mills2019-03-111-1/+1
* net/http/httptest: don't register a flag unless it looks like it's in useBrad Fitzpatrick2018-12-141-5/+23
* vendor/golang_org/x: move to internal/xBryan C. Mills2018-11-291-1/+1
* net/http/httptest: guarantee ResponseRecorder.Result returns a non-nil bodyJack2018-07-202-0/+25
* net/http/httptest: deprecate ResponseRecorder.HeaderMapCaleb Spare2018-06-101-2/+4
* net/http/httptest: table-test using named subtestsPierre Prinetti2018-05-122-47/+51
* net/http: omit forbidden Trailer headers from responseDavid Url2018-04-161-8/+5
* all: use strings.Builder instead of bytes.Buffer where appropriateBrad Fitzpatrick2018-03-261-2/+2
* net/http: use RFC 723x as normative reference in docsDavid Url2018-02-201-0/+1
* 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