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
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
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
[next]