aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/request.go
AgeCommit message (Expand)Author
2016-10-01net/http: don't sniff Request.Body on 100-continue requests in TransportBrad Fitzpatrick
2016-09-30net/http: refactor testing of Request.Body on 0 ContentLengthBrad Fitzpatrick
2016-09-29net/http: document how Request.Cookie deals with duplicate cookiesJoe Tsai
2016-09-27net/http: add more IDNA2008 tests and fix some omissionsBrad Fitzpatrick
2016-09-14net/http: clarify Request.ContentLength behavior on the client.Aaron Jacobs
2016-09-13net/http: make Transport support international domain namesBrad Fitzpatrick
2016-06-02net/http: http.Request.Context doc fixAnmol Sethi
2016-05-18net/http: allow Client.CheckRedirect to use most recent responseBrad Fitzpatrick
2016-05-11net/http: make the MaxBytesReader.Read error stickyBrad Fitzpatrick
2016-04-28net/http, net/http/httptrace: new package for tracing HTTP client requestsBrad Fitzpatrick
2016-04-16net/http: normalize empty port in URL.Host's ":port"Emmanuel Odeke
2016-04-12all: standardize RFC mention formatDan Peterson
2016-04-11net/http: set the Request context for incoming server requestsBrad Fitzpatrick
2016-04-06net/http, net/http/httputil: start with capitals in deprecation sentencesBrad Fitzpatrick
2016-04-05net/http: add Request.Context and Request.WithContextBrad Fitzpatrick
2016-03-31net/http: allow Handlers to handle http2 upgrade PRI requestsBrad Fitzpatrick
2016-03-31net/http: validate transmitted header fieldsBrad Fitzpatrick
2016-03-16net/http: use dynamic type assertion to remove HTTP server code from cmd/goBrad Fitzpatrick
2016-03-12net/http: make ParseMultipartForm also populate Request.PostFormEmmanuel Odeke
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-29all: remove public named return values when uselessBrad Fitzpatrick
2016-02-24all: fix typos and spellingMartin Möhrmann
2016-02-05net/http: fix doc typoBrad Fitzpatrick
2016-02-05net/http: document Request.Header and Request.Close moreBrad Fitzpatrick
2016-01-18net/http: clarify docs on Request.Proto fieldBrad Fitzpatrick
2016-01-08net/http: fix validHeaderValue yet again, excluding the DEL CTL byteBrad Fitzpatrick
2016-01-08net/http: fix too-strict validation of server header valuesBrad Fitzpatrick
2016-01-06net/http: update bundled http2, add test for Transport's User-Agent behaviorBrad Fitzpatrick
2016-01-05net/http: relax recently-updated rules and behavior of CloseNotifierBrad Fitzpatrick
2015-12-29net/http: update docs on Request.Proto, ProtoMajor, ProtoMinorBrad Fitzpatrick
2015-12-17net/http: don't accept invalid bytes in server request headersBrad Fitzpatrick
2015-12-17net/http: be more consistent about Request.Method "" vs "GET"Brad Fitzpatrick
2015-12-16net/http: make Server validate Host headersBrad Fitzpatrick
2015-12-10net/http: make NewRequest with empty method mean GETBrad Fitzpatrick
2015-12-01net/http: retry idempotent HTTP reqs on dead reused connsBlake Gentry
2015-11-13net/http: require valid methods in NewRequest and Transport.RoundTripBrad Fitzpatrick
2015-10-17net/http: Client support for Expect: 100-continueYasuharu Goto
2015-07-28all: cleanup usage of dashes in package documentationMatthew Dempsky
2015-07-15net/http: do not allow space or slash in Host headersJeff R. Allen
2015-07-07net/http: fix MaxBytesReader at EOFBrad Fitzpatrick
2015-06-30net/http: add a Request.Cancel channel.Aaron Jacobs
2015-06-26net/http: change default user agent stringAamir Khan
2015-06-26net/http: add comment to exported ErrNoCookie and ErrNoLocation valuesMatt Layher
2015-06-25net/http: bound the number of bytes read seeking EOF in Handler's Body.CloseBrad Fitzpatrick
2015-06-25net/http: document that FormValue returns the empty stringBrad Fitzpatrick
2015-04-28net/http: documentation updatesBrad Fitzpatrick
2015-04-09net/http: don't send IPv6 zone identifier in outbound request, per RFC 6874Mikio Hara
2015-02-22net/http: Removed some unused constants in request.go.Aaron Jacobs
2015-02-05net/http: Fix typo in MaxBytesReader commentErik Aigner
2015-02-03net/http: remove redundant strings.TrimPrefixErik Aigner