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.go
Age
Commit message (
Expand
)
Author
5 days
net/http: add support for running HTTP tests against HTTP/3
Nicholas S. Husin
2025-08-23
net/http/httptest: redirect example.com requests to server
Sean Liao
2024-05-10
net/http/httptest: add comment to Server.Client() about Server.URL
Alireza Ghasemi
2024-01-10
net: add available godoc link
cui fliter
2023-11-06
net/http/httptest: remove unnecessary creation of http.Transport
Zeke Lu
2023-09-05
all: use ^TestName$ regular pattern for invoking a single test
Dmitri Shuralyov
2022-04-11
all: gofmt main repo
Russ Cox
2022-03-25
net/http/httptest: fix race in Server.Close
Maisem Ali
2021-06-10
net/http: remove test-only private key from production binaries
Damien Neil
2021-03-25
net/http/httptest: wait for user ConnState hooks
Damien Neil
2019-10-18
net/http/httptest: add EnableHTTP2 to Server
Emmanuel T Odeke
2018-12-14
net/http/httptest: don't register a flag unless it looks like it's in use
Brad Fitzpatrick
2018-03-26
all: use strings.Builder instead of bytes.Buffer where appropriate
Brad Fitzpatrick
2017-06-30
net/http/httptest: allow creation of Server manually
Joe Tsai
2017-06-26
net/http/httptest: close client connections in separate goroutines
Yasha Bubnov
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-11-12
net/http/httptest: remove workaround on Plan 9
David du Colombier
2016-09-01
crypto/tls: add Config.Clone
Brad Fitzpatrick
2016-03-31
net/http/httptest: clean up unnecessary goroutine
Brad Fitzpatrick
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-02-23
all: fix typos
Shawn Smith
2016-02-10
net/http/httptest: make Server.CloseClientConnections wait for conns to close
Brad Fitzpatrick
2015-11-04
net/http: register HTTP/2 before listening in ListenAndServe
Brad Fitzpatrick
2015-10-27
net/http/httptest: close conns in StateNew on Server close
Brad Fitzpatrick
2015-10-22
net/http/httptest: fix comment regarding certificate expiry
Joel Sing
2015-10-20
net/http/httptest: change Server to use http.Server.ConnState for accounting
Brad Fitzpatrick
2015-06-29
net/http/httptest: increase test Server's key size
Brad Fitzpatrick
2014-09-08
build: move package sources from src/pkg to src
Russ Cox