index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net
/
http
/
request.go
Age
Commit message (
Expand
)
Author
2020-05-01
net/http: remove badStringError, make some unexported structs non-comparable
Brad Fitzpatrick
2020-01-08
net/http: document that ParseForm consumes Request.Body
Luka Zitnik
2019-12-12
net/http: fix some awkward wording in Request.WithContext docs
Brad Fitzpatrick
2019-10-21
net/http: remove parseURL variable
Dmitri Shuralyov
2019-10-02
net/http: document that Request.Host includes HTTP/2 :authority
Brad Fitzpatrick
2019-09-07
net/http: make copyValues append instead of calling Add
smasher164
2019-08-27
net/http: fix a typo in comments
Javier Revillas
2019-08-01
net/http: fix a typo in spelling of MultiPartForm
Darren McCleary
2019-07-30
net/http: improve Request.Form and Request.PostForm documentation
David Ndungu
2019-05-03
net/http: add func NewRequestWithContext, Request.Clone
Brad Fitzpatrick
2019-04-22
net/http: document that Basic Auth may require URL encoding
Benoit Sigoure
2019-04-16
all: s/cancelation/cancellation/
Josh Bleecher Snyder
2019-03-11
all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor'
Bryan C. Mills
2019-01-29
net/url, net/http: relax CTL-in-URL validation to only ASCII CTLs
Brad Fitzpatrick
2019-01-23
net/url, net/http: reject control characters in URLs
Brad Fitzpatrick
2018-11-29
vendor/golang_org/x: move to internal/x
Bryan C. Mills
2018-11-28
net/http: prevent transport sends two "Connection: close" headers
Meng Zhuo
2018-11-14
net/http: make Transport respect {X-,}Idempotency-Key header
Brad Fitzpatrick
2018-10-30
net/http: in Transport, don't error on non-chunked response with Trailer header
BigMikes
2018-10-12
net/http: flesh out Transport's HTTP/1 CONNECT+bidi support to match HTTP/2
Brad Fitzpatrick
2018-10-02
net/http: make Transport send WebSocket upgrade requests over HTTP/1
Brad Fitzpatrick
2018-09-18
net/http: fix minor typos in Request godoc
Ivy Evans
2018-08-13
net/http: update request cancelation docs
Brad Fitzpatrick
2018-07-06
all: clean up some Deprecated comments
Brad Fitzpatrick
2018-06-27
net/http/httptrace: expose request headers for http/1.1
Meir Fischer
2018-06-15
net/http: document how Hijack and Request.Context interact, take two
Brad Fitzpatrick
2018-06-15
net/http: document that Handlers are resposible for validating Host headers
Brad Fitzpatrick
2018-05-29
net/http: document how Hijack and Request.Context interact
Brad Fitzpatrick
2018-05-23
net/http: fix doc comment on PostFormValue function
dchenk
2018-05-21
net/http: clarify that ReadRequest is only for HTTP/1.x
Brad Fitzpatrick
2018-05-04
net/http: ignore case of basic auth scheme in Request.BasicAuth
Brad Fitzpatrick
2018-02-21
net/http: support multipart/mixed in Request.MultipartReader
OneOfOne
2018-02-20
net/http: use RFC 723x as normative reference in docs
David Url
2018-01-05
net/http: document CONNECT more
Brad Fitzpatrick
2017-10-05
all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"
Marvin Stenger
2017-10-05
all: revert "all: prefer strings.IndexByte over strings.Index"
Marvin Stenger
2017-09-27
all: prefer strings.LastIndexByte over strings.LastIndex
Marvin Stenger
2017-09-25
all: prefer strings.IndexByte over strings.Index
Marvin Stenger
2017-08-14
net/http: various small cleanups
Daniel MartÃ
2017-07-20
net/http: improve signature of Redirect, NewRequest
Dmitri Shuralyov
2017-06-08
net/http: remove invalid checks of Request.Proto* for outgoing requests
Brad Fitzpatrick
2017-06-07
net/http: delete vestigial method
Brad Fitzpatrick
2017-06-07
net/http: don't crash in Request.WithContext if Request.URL is nil
Brad Fitzpatrick
2017-06-05
net/http: make Transport retry GetBody requests if nothing written
David Glasser
2017-05-24
net/http: deep copy Request.URL also in Request.WithContext's copy
Emmanuel Odeke
2017-04-03
all: fix minor misspellings
Eric Lagergren
2017-03-24
net/http: import updated idna package and adjust request.go
Marcel van Lohuizen
2017-03-02
net/http: clean up Transport.RoundTrip error handling
Brad Fitzpatrick
2017-02-01
net/http: make Server validate HTTP method
Michael Fraenkel
2016-12-22
net/http: restore Transport's Request.Body byte sniff in limited cases
Brad Fitzpatrick
[prev]
[next]