summaryrefslogtreecommitdiff
path: root/src/net/http/http.go
Commit message (Expand)AuthorAgeFilesLines
* net, net/http: adjust time-in-past constant even earlierBrad Fitzpatrick2017-03-291-1/+1
* net/http: add an interface for server pushTom Bergan2016-10-251-0/+39
* net/http: add NoBody, don't return nil from NewRequest on zero bodiesBrad Fitzpatrick2016-10-221-0/+19
* net/http: make Redirect escape non-ASCII in Location headerBrad Fitzpatrick2016-10-211-0/+25
* net/http: make Server Handler's Request.Context be done on conn errorsBrad Fitzpatrick2016-10-181-0/+5
* net/http: add more IDNA2008 tests and fix some omissionsBrad Fitzpatrick2016-09-271-0/+10
* all: rename vendored golang.org/x/net packages to golang_orgBrad Fitzpatrick2016-07-131-1/+1
* net/http: update bundled http2Brad Fitzpatrick2016-05-191-0/+6
* net/http: normalize empty port in URL.Host's ":port"Emmanuel Odeke2016-04-161-0/+17
* net/http: add ServerContextKey to let a handler access its ServerBrad Fitzpatrick2016-04-111-0/+8
* net/http: limit Transport's reading of response header bytes from serversBrad Fitzpatrick2016-04-011-0/+12