summaryrefslogtreecommitdiff
path: root/src/net/http/http_test.go
Commit message (Expand)AuthorAgeFilesLines
* net/http: check that Unicode-aware functions are not usedFilippo Valsorda2021-05-111-0/+62
* net/http: use exponential backoff for polling in Server.ShutdownDan Peterson2020-10-271-5/+0
* [dev.link] cmd/compile, cmd/link: remove dead methods if type is not used in ...Cherry Zhang2020-06-111-1/+1
* net/http: support disabling built-in HTTP/2 with a new build tagBrad Fitzpatrick2019-11-041-0/+26
* net/http: make copyValues append instead of calling Addsmasher1642019-09-071-0/+26
* net/http: speed up tests, use t.Parallel when it's safeBrad Fitzpatrick2016-11-041-0/+1
* net/http: add Server.Close & Server.Shutdown for forced & graceful shutdownBrad Fitzpatrick2016-11-011-0/+5
* net/http: add more IDNA2008 tests and fix some omissionsBrad Fitzpatrick2016-09-271-1/+9
* net/http: make Transport support international domain namesBrad Fitzpatrick2016-09-131-0/+4
* all: use testing.GoToolPath instead of "go"Keith Randall2016-08-301-1/+1
* net/http, internal/testenv: find go binary in PATHDavid Crawshaw2016-03-221-11/+3
* net/http: remove init func reference to ServeMuxBrad Fitzpatrick2016-03-161-2/+4
* net/http: use dynamic type assertion to remove HTTP server code from cmd/goBrad Fitzpatrick2016-03-161-1/+42
* net/http: do not allow space or slash in Host headersJeff R. Allen2015-07-151-0/+17
* net/http: support for setting trailers from a server HandlerBrad Fitzpatrick2014-12-301-0/+41