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
2024-01-10
net: add available godoc link
cui fliter
2024-01-09
net/http: clarify the precedence order for Request.FormValue
Jes Cok
2024-01-03
net/http: make Request.Clone create fresh copies for matches and otherValues
Jes Cok
2023-10-23
net/http: remove outdated comment about a support of CONNECT method
Keiichi Hirobe
2023-09-14
net/http: implement path value methods on Request
Jonathan Amsterdam
2023-08-25
net/http: document when request bodies are closed in more places
Damien Neil
2023-08-08
net/http: sanitize User-Agent header in request writer
Damien Neil
2023-08-07
net/http: permit requests with invalid Host headers
Damien Neil
2023-07-31
net/http: fix doc comment on FormValue function
Eduard Bondarenko
2023-06-29
net/http: validate Host header before sending
Damien Neil
2023-05-10
net/http: let ErrNotSupported match errors.ErrUnsupported
Ian Lance Taylor
2022-11-10
net/http: add ResponseController and per-handler timeouts
Damien Neil
2022-09-27
net/http: fix the potential leak of textproto.Reader from pool
Andy Pan
2022-08-26
net/http: don't panic on very large MaxBytesReaderLimit
cuiweixie
2022-08-17
net/http: return ErrNoCookie from Request.Cookie when name is ""
muyizixiu
2022-08-15
net/http: make Request.WithContext documentation less prescriptive
Damien Neil
2022-07-12
net/http: clarify that MaxBytesReader returns *MaxBytesError
Damien Neil
2022-04-25
net/http: add MaxBytesError
Carl Johnson
2022-04-15
net/http: remove cloneURL call in WithContext
Bobby Powers
2022-04-11
all: gofmt main repo
Russ Cox
2022-03-22
net/http: fix nil body causing ParseMultipartForm to panic
hopehook
2022-03-20
net/http: flesh out Request.SetBasicAuth docs a bit
Brad Fitzpatrick
2021-10-06
all: use bytes.Cut, strings.Cut
Russ Cox
2021-10-06
net/http: parse HTTP version strings according to RFC 7230
Damien Neil
2021-06-09
net/url: reject query values with semicolons
Katie Hockman
2021-05-10
net/http: switch HTTP1 to ASCII equivalents of string functions
Roberto Clapis
2021-04-16
net/http: make ReadRequest return an error when requests have multiple Host h...
ian woolf
2021-03-23
net/http: treat MaxBytesReader's negative limits as equivalent to zero limit
Artur M. Wolff
2021-03-13
net/http: note that "HTTP/2" is invalid for ParseHTTPVersion
Josh Deprez
2021-03-11
docs: clarify when APIs use context.Background.
Matt T. Proud
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2020-10-16
net/http: ensure Request.Body.Close is called once and only once
Ross Light
2020-10-16
net/http: document concurrency expectations for Request.Body
Ross Light
2020-10-12
net/http: deep copy Request.TransferEncoding
dqu123
2020-06-08
all: avoid awkward wording from CL 236857
Russ Cox
2020-06-08
all: replace usages of whitelist/blacklist and master/slave
Filippo Valsorda
2020-05-29
net/http: clarify that AddCookie only sanitizes the Cookie being added
Volker Dobler
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
[next]