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
2026-03-11
net/http: document which headers Request.Write handles specially
kovan
2026-02-06
net/http: remove hasPort and simplify logic
Jorropo
2025-04-07
net/http: add link to types
abemotion
2025-03-04
net/http: speed up cookie and method validation
Julien Cretel
2025-02-18
all: use a more straightforward return value
cuishuang
2025-01-06
net/http: update NewRequestWithContext wrong link to NewRequest
yincong
2024-08-27
net/http: simplify http.Request.Clone
Jes Cok
2024-06-24
net/http: document that Request.Clone does not deep copy Body
Damien Neil
2024-05-29
all: document legacy //go:linkname for final round of modules
Russ Cox
2024-05-23
all: document legacy //go:linkname for modules with ≥500 dependents
Russ Cox
2024-05-16
net/http: add Pattern field in Request to return matched pattern info
Chen.Zhidong
2024-04-19
net/http: add field Cookie.Quoted bool
Nuno Gonçalves
2024-03-20
net/http: add Request.CookiesNamed
Timo Furrer
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
[next]