aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/http_test.go
AgeCommit message (Expand)Author
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