index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net
/
http
/
httptest
/
server_test.go
Age
Commit message (
Expand
)
Author
2025-08-23
net/http/httptest: redirect example.com requests to server
Sean Liao
2024-03-18
net/http/httptest: close res.Body in test
guoguangwu
2022-03-25
net/http/httptest: fix race in Server.Close
Maisem Ali
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2019-10-18
net/http/httptest: add EnableHTTP2 to Server
Emmanuel T Odeke
2017-06-30
net/http/httptest: allow creation of Server manually
Joe Tsai
2017-03-27
net/http/httptest: don't panic on Close of user-constructed Server value
Brad Fitzpatrick
2017-03-08
net/http: use httptest.Server Client in tests
Johan Brandhorst
2017-03-03
net/http/httptest: add Client and Certificate methods to Server
Johan Brandhorst
2016-03-02
net: fix vet warnings
Mohit Agarwal
2016-02-24
all: fix typos and spelling
Martin Möhrmann
2016-02-10
net/http/httptest: make Server.CloseClientConnections wait for conns to close
Brad Fitzpatrick
2015-10-27
net/http/httptest: close conns in StateNew on Server close
Brad Fitzpatrick
2015-10-20
net/http/httptest: change Server to use http.Server.ConnState for accounting
Brad Fitzpatrick
2014-09-08
build: move package sources from src/pkg to src
Russ Cox