summaryrefslogtreecommitdiff
path: root/src/net/http/request.go
Commit message (Expand)AuthorAgeFilesLines
* net/http: improve signature of Redirect, NewRequestDmitri Shuralyov2017-07-201-2/+2
* net/http: remove invalid checks of Request.Proto* for outgoing requestsBrad Fitzpatrick2017-06-081-12/+0
* net/http: delete vestigial methodBrad Fitzpatrick2017-06-071-5/+0
* net/http: don't crash in Request.WithContext if Request.URL is nilBrad Fitzpatrick2017-06-071-3/+5
* net/http: make Transport retry GetBody requests if nothing writtenDavid Glasser2017-06-051-1/+1
* net/http: deep copy Request.URL also in Request.WithContext's copyEmmanuel Odeke2017-05-241-0/+8
* all: fix minor misspellingsEric Lagergren2017-04-031-1/+1
* net/http: import updated idna package and adjust request.goMarcel van Lohuizen2017-03-241-9/+10
* net/http: clean up Transport.RoundTrip error handlingBrad Fitzpatrick2017-03-021-0/+8
* net/http: make Server validate HTTP methodMichael Fraenkel2017-02-011-0/+3
* net/http: restore Transport's Request.Body byte sniff in limited casesBrad Fitzpatrick2016-12-221-0/+33
* net/http, doc: more redirect documentationBrad Fitzpatrick2016-12-201-0/+6
* net/http: fix typo in Request.GetBody's doc stringChris Broadfoot2016-12-061-1/+1
* net/http: revert change making NewRequest set ContentLength -1Brad Fitzpatrick2016-12-011-4/+6
* net/http: teach NewRequest that NoBody has ContentLength zeroBrad Fitzpatrick2016-12-011-1/+3
* net/http: clarify Request.Context's lifetimeBrad Fitzpatrick2016-12-011-2/+2
* net/http, net/http/httptest: cross-reference the two NewRequest funcsBrad Fitzpatrick2016-11-281-5/+5
* net/http: document and deprecate type and errors of type ProtocolErrorBrad Fitzpatrick2016-11-101-8/+27
* net/http: Improve docs for Response.ParseFormCarl Johnson2016-10-261-6/+12
* net/http: add NoBody, don't return nil from NewRequest on zero bodiesBrad Fitzpatrick2016-10-221-4/+8
* net/http: add Request.GetBody func for 307/308 redirectsBrad Fitzpatrick2016-10-221-0/+24
* net/http: make NewRequest set empty Body nil, don't peek Read Body in TransportBrad Fitzpatrick2016-10-191-43/+17
* Revert "net/http: improve performance for parsePostForm"Joe Tsai2016-10-051-48/+12
* net/http: improve performance for parsePostFormQuentin Renard2016-10-041-12/+48
* net/http: don't sniff Request.Body on 100-continue requests in TransportBrad Fitzpatrick2016-10-011-5/+13
* net/http: refactor testing of Request.Body on 0 ContentLengthBrad Fitzpatrick2016-09-301-0/+39
* net/http: document how Request.Cookie deals with duplicate cookiesJoe Tsai2016-09-291-0/+2
* net/http: add more IDNA2008 tests and fix some omissionsBrad Fitzpatrick2016-09-271-2/+17
* net/http: clarify Request.ContentLength behavior on the client.Aaron Jacobs2016-09-141-1/+2
* net/http: make Transport support international domain namesBrad Fitzpatrick2016-09-131-5/+28
* net/http: http.Request.Context doc fixAnmol Sethi2016-06-021-3/+3
* net/http: allow Client.CheckRedirect to use most recent responseBrad Fitzpatrick2016-05-181-0/+5
* net/http: make the MaxBytesReader.Read error stickyBrad Fitzpatrick2016-05-111-51/+39
* net/http, net/http/httptrace: new package for tracing HTTP client requestsBrad Fitzpatrick2016-04-281-3/+19
* net/http: normalize empty port in URL.Host's ":port"Emmanuel Odeke2016-04-161-0/+2
* all: standardize RFC mention formatDan Peterson2016-04-121-1/+1
* net/http: set the Request context for incoming server requestsBrad Fitzpatrick2016-04-111-2/+6
* net/http, net/http/httputil: start with capitals in deprecation sentencesBrad Fitzpatrick2016-04-061-1/+1
* net/http: add Request.Context and Request.WithContextBrad Fitzpatrick2016-04-051-0/+37
* net/http: allow Handlers to handle http2 upgrade PRI requestsBrad Fitzpatrick2016-03-311-0/+16
* net/http: validate transmitted header fieldsBrad Fitzpatrick2016-03-311-89/+0
* net/http: use dynamic type assertion to remove HTTP server code from cmd/goBrad Fitzpatrick2016-03-161-1/+12
* net/http: make ParseMultipartForm also populate Request.PostFormEmmanuel Odeke2016-03-121-0/+7
* all: single space after period.Brad Fitzpatrick2016-03-021-4/+4
* all: remove public named return values when uselessBrad Fitzpatrick2016-02-291-1/+3
* all: fix typos and spellingMartin Möhrmann2016-02-241-1/+1
* net/http: fix doc typoBrad Fitzpatrick2016-02-051-1/+1
* net/http: document Request.Header and Request.Close moreBrad Fitzpatrick2016-02-051-13/+27
* net/http: clarify docs on Request.Proto fieldBrad Fitzpatrick2016-01-181-2/+2
* net/http: fix validHeaderValue yet again, excluding the DEL CTL byteBrad Fitzpatrick2016-01-081-1/+17