summaryrefslogtreecommitdiff
path: root/src/net/http/http.go
Commit message (Expand)AuthorAgeFilesLines
* net/http: switch HTTP1 to ASCII equivalents of string functionsRoberto Clapis2021-05-101-9/+0
* net/http: remove badStringError, make some unexported structs non-comparableBrad Fitzpatrick2020-05-011-0/+5
* net/http: support disabling built-in HTTP/2 with a new build tagBrad Fitzpatrick2019-11-041-0/+7
* all: s/cancelation/cancellation/Josh Bleecher Snyder2019-04-161-1/+1
* all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor'Bryan C. Mills2019-03-111-1/+1
* net/url, net/http: relax CTL-in-URL validation to only ASCII CTLsBrad Fitzpatrick2019-01-291-4/+9
* net/url, net/http: reject control characters in URLsBrad Fitzpatrick2019-01-231-0/+6
* vendor/golang_org/x: move to internal/xBryan C. Mills2018-11-291-1/+1
* net/http: explain more how Pusher.Push worksEduard Urbach2018-10-031-0/+4
* vendor, net/http: update x/net for httplex to httpguts mergeBrad Fitzpatrick2018-05-071-2/+2
* all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"Marvin Stenger2017-10-051-1/+1
* all: prefer strings.LastIndexByte over strings.LastIndexMarvin Stenger2017-09-271-1/+1
* 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