aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/http.go
AgeCommit message (Expand)Author
2020-05-01net/http: remove badStringError, make some unexported structs non-comparableBrad Fitzpatrick
2019-11-04net/http: support disabling built-in HTTP/2 with a new build tagBrad Fitzpatrick
2019-04-16all: s/cancelation/cancellation/Josh Bleecher Snyder
2019-03-11all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor'Bryan C. Mills
2019-01-29net/url, net/http: relax CTL-in-URL validation to only ASCII CTLsBrad Fitzpatrick
2019-01-23net/url, net/http: reject control characters in URLsBrad Fitzpatrick
2018-11-29vendor/golang_org/x: move to internal/xBryan C. Mills
2018-10-03net/http: explain more how Pusher.Push worksEduard Urbach
2018-05-07vendor, net/http: update x/net for httplex to httpguts mergeBrad Fitzpatrick
2017-10-05all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"Marvin Stenger
2017-09-27all: prefer strings.LastIndexByte over strings.LastIndexMarvin Stenger
2017-03-29net, net/http: adjust time-in-past constant even earlierBrad Fitzpatrick
2016-10-25net/http: add an interface for server pushTom Bergan
2016-10-22net/http: add NoBody, don't return nil from NewRequest on zero bodiesBrad Fitzpatrick
2016-10-21net/http: make Redirect escape non-ASCII in Location headerBrad Fitzpatrick
2016-10-18net/http: make Server Handler's Request.Context be done on conn errorsBrad Fitzpatrick
2016-09-27net/http: add more IDNA2008 tests and fix some omissionsBrad Fitzpatrick
2016-07-13all: rename vendored golang.org/x/net packages to golang_orgBrad Fitzpatrick
2016-05-19net/http: update bundled http2Brad Fitzpatrick
2016-04-16net/http: normalize empty port in URL.Host's ":port"Emmanuel Odeke
2016-04-11net/http: add ServerContextKey to let a handler access its ServerBrad Fitzpatrick
2016-04-01net/http: limit Transport's reading of response header bytes from serversBrad Fitzpatrick