aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/request.go
AgeCommit message (Expand)Author
2018-05-04net/http: ignore case of basic auth scheme in Request.BasicAuthBrad Fitzpatrick
2018-02-21net/http: support multipart/mixed in Request.MultipartReaderOneOfOne
2018-02-20net/http: use RFC 723x as normative reference in docsDavid Url
2018-01-05net/http: document CONNECT moreBrad Fitzpatrick
2017-10-05all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"Marvin Stenger
2017-10-05all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger
2017-09-27all: prefer strings.LastIndexByte over strings.LastIndexMarvin Stenger
2017-09-25all: prefer strings.IndexByte over strings.IndexMarvin Stenger
2017-08-14net/http: various small cleanupsDaniel Martí
2017-07-20net/http: improve signature of Redirect, NewRequestDmitri Shuralyov
2017-06-08net/http: remove invalid checks of Request.Proto* for outgoing requestsBrad Fitzpatrick
2017-06-07net/http: delete vestigial methodBrad Fitzpatrick
2017-06-07net/http: don't crash in Request.WithContext if Request.URL is nilBrad Fitzpatrick
2017-06-05net/http: make Transport retry GetBody requests if nothing writtenDavid Glasser
2017-05-24net/http: deep copy Request.URL also in Request.WithContext's copyEmmanuel Odeke
2017-04-03all: fix minor misspellingsEric Lagergren
2017-03-24net/http: import updated idna package and adjust request.goMarcel van Lohuizen
2017-03-02net/http: clean up Transport.RoundTrip error handlingBrad Fitzpatrick
2017-02-01net/http: make Server validate HTTP methodMichael Fraenkel
2016-12-22net/http: restore Transport's Request.Body byte sniff in limited casesBrad Fitzpatrick
2016-12-20net/http, doc: more redirect documentationBrad Fitzpatrick
2016-12-06net/http: fix typo in Request.GetBody's doc stringChris Broadfoot
2016-12-01net/http: revert change making NewRequest set ContentLength -1Brad Fitzpatrick
2016-12-01net/http: teach NewRequest that NoBody has ContentLength zeroBrad Fitzpatrick
2016-12-01net/http: clarify Request.Context's lifetimeBrad Fitzpatrick
2016-11-28net/http, net/http/httptest: cross-reference the two NewRequest funcsBrad Fitzpatrick
2016-11-10net/http: document and deprecate type and errors of type ProtocolErrorBrad Fitzpatrick
2016-10-26net/http: Improve docs for Response.ParseFormCarl Johnson
2016-10-22net/http: add NoBody, don't return nil from NewRequest on zero bodiesBrad Fitzpatrick
2016-10-22net/http: add Request.GetBody func for 307/308 redirectsBrad Fitzpatrick
2016-10-19net/http: make NewRequest set empty Body nil, don't peek Read Body in TransportBrad Fitzpatrick
2016-10-05Revert "net/http: improve performance for parsePostForm"Joe Tsai
2016-10-04net/http: improve performance for parsePostFormQuentin Renard
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