1
0
mirror of https://github.com/golang/go synced 2024-11-19 10:24:43 -07:00
go/src/net/http
Brad Fitzpatrick 694eadcce7 net/http/httptest: add NewRequest helper for ease of testing handlers
Fixes #14199

Change-Id: Ic9284023b663de3db1ca7b7b1e96eeab82ec0944
Reviewed-on: https://go-review.googlesource.com/21016
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Andrew Gerrand <adg@golang.org>
2016-03-23 23:22:22 +00:00
..
cgi all: single space after period. 2016-03-02 00:13:47 +00:00
cookiejar
fcgi
httptest net/http/httptest: add NewRequest helper for ease of testing handlers 2016-03-23 23:22:22 +00:00
httputil all: single space after period. 2016-03-02 00:13:47 +00:00
internal net/http: check max size of HTTP chunks 2016-01-25 20:46:45 +00:00
pprof all: single space after period. 2016-03-02 00:13:47 +00:00
testdata
client_test.go all: fix typos and spelling 2016-02-24 18:42:29 +00:00
client.go net/http: delete unused type readClose 2016-03-12 22:13:32 +00:00
clientserver_test.go all: single space after period. 2016-03-02 00:13:47 +00:00
cookie_test.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
cookie.go all: fix typos and spelling 2016-02-24 18:42:29 +00:00
doc.go net/http: document GODEBUG settings, update bundled http2 2016-01-08 00:56:28 +00:00
example_test.go
export_test.go all: delete dead test code 2016-03-21 07:10:08 +00:00
filetransport_test.go
filetransport.go all: single space after period. 2016-03-02 00:13:47 +00:00
fs_test.go all: delete dead test code 2016-03-21 07:10:08 +00:00
fs.go all: single space after period. 2016-03-02 00:13:47 +00:00
h2_bundle.go all: single space after period. 2016-03-02 00:13:47 +00:00
header_test.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
header.go all: single space after period. 2016-03-02 00:13:47 +00:00
http_test.go net/http, internal/testenv: find go binary in PATH 2016-03-22 02:02:23 +00:00
jar.go
lex_test.go
lex.go net/http: fix validHeaderValue yet again, excluding the DEL CTL byte 2016-01-08 19:01:32 +00:00
main_test.go net/http: add mechanism for marking flaky http tests 2016-01-06 21:00:48 +00:00
method.go
npn_test.go
proxy_test.go
race.go
range_test.go
readrequest_test.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
request_test.go net/http: make ParseMultipartForm also populate Request.PostForm 2016-03-12 19:01:47 +00:00
request.go net/http: use dynamic type assertion to remove HTTP server code from cmd/go 2016-03-16 19:43:44 +00:00
requestwrite_test.go all: single space after period. 2016-03-02 00:13:47 +00:00
response_test.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
response.go all: single space after period. 2016-03-02 00:13:47 +00:00
responsewrite_test.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
serve_test.go net/http: TimeoutHandler should start timer when serving request 2016-03-07 23:42:19 +00:00
server.go net/http: remove init func reference to ServeMux 2016-03-16 21:11:21 +00:00
sniff_test.go net/http: run more tests in http2 mode 2015-12-10 04:43:08 +00:00
sniff.go all: single space after period. 2016-03-02 00:13:47 +00:00
status.go net/http: add new HTTP 451 status code, Unavailable For Legal Reasons. 2015-12-22 02:14:22 +00:00
transfer_test.go
transfer.go all: single space after period. 2016-03-02 00:13:47 +00:00
transport_test.go net/http: adaptive wait time in PersistConnLeak tests 2016-03-20 22:53:45 +00:00
transport.go net/http: defer idleMu.Unlock() in tryPutIdleConn + minor typo fixes. 2016-03-11 06:12:28 +00:00
triv.go