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
Age
Commit message (
Expand
)
Author
5 days
net/http: add support for running HTTP tests against HTTP/3
Nicholas S. Husin
2025-10-17
all: remove unnecessary loop variable copies in tests
Tobias Klauser
2025-10-15
net/http/httptest: record failed ResponseWriter writes
Damien Neil
2025-10-08
net/http/httptest: check whether response bodies are allowed
Sean Liao
2025-08-23
net/http/httptest: redirect example.com requests to server
Sean Liao
2025-02-11
net/http/httptest: match net/http ContentLength behavior for http.NoBody
Sean Liao
2025-02-04
net: use strings.SplitSeq and bytes.SplitSeq
apocelipes
2024-05-10
net/http/httptest: add comment to Server.Client() about Server.URL
Alireza Ghasemi
2024-03-18
net/http/httptest: close res.Body in test
guoguangwu
2024-03-11
net/http/httptest: add NewRequestWithContext
Kevin Burke
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
net/http/httptest: allow multiple fields be present in one Trailer field
Maxime Soulé
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-04-14
net/http/httptest: panic on non-3 digit (XXX) status code in Recorder.WriteHe...
ian woolf
2021-03-25
net/http/httptest: wait for user ConnState hooks
Damien Neil
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2020-05-31
net/http: reject HTTP/1.1 Content-Length with sign in response
Paschalis Tsilias
2020-05-06
net/http: use ASCII space trimming throughout
Filippo Valsorda
2019-10-18
net/http/httptest: add EnableHTTP2 to Server
Emmanuel T Odeke
2019-05-20
net/http/httptest: update docs, remove old inaccurate sentence
Brad Fitzpatrick
2019-04-24
net/http: export Header.Clone, reduce its allocations, use it everywhere
Brad Fitzpatrick
2019-03-11
all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor'
Bryan C. Mills
2018-12-14
net/http/httptest: don't register a flag unless it looks like it's in use
Brad Fitzpatrick
2018-11-29
vendor/golang_org/x: move to internal/x
Bryan C. Mills
2018-07-20
net/http/httptest: guarantee ResponseRecorder.Result returns a non-nil body
Jack
2018-06-10
net/http/httptest: deprecate ResponseRecorder.HeaderMap
Caleb Spare
2018-05-12
net/http/httptest: table-test using named subtests
Pierre Prinetti
2018-04-16
net/http: omit forbidden Trailer headers from response
David Url
2018-03-26
all: use strings.Builder instead of bytes.Buffer where appropriate
Brad Fitzpatrick
2018-02-20
net/http: use RFC 723x as normative reference in docs
David Url
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-05-23
net/http/httptest: make ResponseRecorder.Result.Status match http.Transport
Brad Fitzpatrick
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-29
net/http/httptest: fix typo in doc comment
Michal Bohuslávek
2016-11-28
net/http, net/http/httptest: cross-reference the two NewRequest funcs
Brad Fitzpatrick
2016-11-12
net/http/httptest: remove workaround on Plan 9
David du Colombier
2016-11-01
net/http, net/http/httptest: make http2's TrailerPrefix work for http1
Brad Fitzpatrick
2016-10-26
net/http/httptest: doc tweaks
Brad Fitzpatrick
2016-10-26
net/http/httptest: add more docs on ResponseRecord fields
Brad Fitzpatrick
2016-09-21
net/http/httptest: fill ContentLength in recorded Response
Thomas de Zeeuw
2016-09-01
crypto/tls: add Config.Clone
Brad Fitzpatrick
2016-08-23
net/http/httptest: updated example to use Result()
Dhaivat Pandit
2016-06-27
net/http/httptest: show usage of httptest.NewRequest in example
Konstantin Shaposhnikov
[next]