aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/http_test.go
AgeCommit message (Expand)Author
2026-03-12net/http: use net/http/internal/http2 rather than h2_bundle.goDamien Neil
2026-03-12net/http/internal/http2: initial importDamien Neil
2026-02-06net/http: remove hasPort and simplify logicJorropo
2025-02-13net/http, net/http/internal/httpcommon: add httpcommon packageDamien Neil
2024-11-05net/http: add Protocols field to Server and TransportDamien Neil
2024-09-13internal/testenv: add MustHaveSource, rm HasSrcKir Kolyshkin
2024-07-25net: use slices and maps to clean up testsapocelipes
2023-08-22net/http: use testenv.Command instead of exec.Command in testsBryan C. Mills
2023-06-29net/http: validate Host header before sendingDamien Neil
2023-02-27net/http: reduce calls to append in hexEscapeNonASCII to gain a slight perfor...Andy Pan
2021-05-11net/http: check that Unicode-aware functions are not usedFilippo Valsorda
2020-10-27net/http: use exponential backoff for polling in Server.ShutdownDan Peterson
2020-06-11[dev.link] cmd/compile, cmd/link: remove dead methods if type is not used in ...Cherry Zhang
2019-11-04net/http: support disabling built-in HTTP/2 with a new build tagBrad Fitzpatrick
2019-09-07net/http: make copyValues append instead of calling Addsmasher164
2016-11-04net/http: speed up tests, use t.Parallel when it's safeBrad Fitzpatrick
2016-11-01net/http: add Server.Close & Server.Shutdown for forced & graceful shutdownBrad Fitzpatrick
2016-09-27net/http: add more IDNA2008 tests and fix some omissionsBrad Fitzpatrick
2016-09-13net/http: make Transport support international domain namesBrad Fitzpatrick
2016-08-30all: use testing.GoToolPath instead of "go"Keith Randall
2016-03-22net/http, internal/testenv: find go binary in PATHDavid Crawshaw
2016-03-16net/http: remove init func reference to ServeMuxBrad Fitzpatrick
2016-03-16net/http: use dynamic type assertion to remove HTTP server code from cmd/goBrad Fitzpatrick
2015-07-15net/http: do not allow space or slash in Host headersJeff R. Allen
2014-12-30net/http: support for setting trailers from a server HandlerBrad Fitzpatrick