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_test.go
Age
Commit message (
Expand
)
Author
2024-07-25
net: use slices and maps to clean up tests
apocelipes
2024-05-16
net/http: add Pattern field in Request to return matched pattern info
Chen.Zhidong
2024-04-30
net/http: represent multi wildcards properly
Jonathan Amsterdam
2024-03-20
net/http: add Request.CookiesNamed
Timo Furrer
2024-01-03
net/http: make Request.Clone create fresh copies for matches and otherValues
Jes Cok
2023-10-02
net/http: add GODEBUG setting for old ServeMux behavior
Jonathan Amsterdam
2023-09-25
net/http: unescape paths and patterns by segment
Jonathan Amsterdam
2023-09-15
net/http: handle MethodNotAllowed
Jonathan Amsterdam
2023-09-14
net/http: implement path value methods on Request
Jonathan Amsterdam
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-06-29
net/http: validate Host header before sending
Damien Neil
2023-05-10
net/http: let ErrNotSupported match errors.ErrUnsupported
Ian Lance Taylor
2023-05-10
all: fix a lot of comments
cui fliter
2023-02-14
mime/multipart: limit memory/inode consumption of ReadForm
Damien Neil
2022-10-07
net/http: refactor tests to run most in HTTP/1 and HTTP/2 modes
Damien Neil
2022-09-28
all: fix some typos
cui fliter
2022-09-21
net/http: accept HEAD requests with a body
Damien Neil
2022-09-07
net/http: use strings.Builder
cuiweixie
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-04-15
net/http: remove cloneURL call in WithContext
Bobby Powers
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-05
net/http: ignore directory path when parsing multipart forms
Katie Hockman
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
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2020-12-03
mime/multipart: handle ReadForm(math.MaxInt64) better
Russ Cox
2020-10-21
net/http: test that ParseMultipartForm catches overflows
Emmanuel T Odeke
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2020-10-19
Revert "net/http: test that ParseMultipartForm returns an error for int overf...
Bryan C. Mills
2020-10-19
net/http: test that ParseMultipartForm returns an error for int overflow
avivklas
2020-10-12
net/http: deep copy Request.TransferEncoding
dqu123
2019-11-08
net/http: refactor test TestParseFormUnknownContentType
David Ndungu
2019-10-14
net/http: fix Transport panic with nil Request.Header
Emmanuel T Odeke
2019-03-11
net/http: add missing error checks in tests
Leon Klingele
2019-03-06
net/http: add request file upload benchmarks
Chris Marchesi
2018-09-26
all: use strings.ReplaceAll and bytes.ReplaceAll where applicable
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
2017-06-07
net/http: don't crash in Request.WithContext if Request.URL is nil
Brad Fitzpatrick
2017-05-24
net/http: deep copy Request.URL also in Request.WithContext's copy
Emmanuel Odeke
2016-12-01
net/http: revert change making NewRequest set ContentLength -1
Brad Fitzpatrick
2016-12-01
net/http: teach NewRequest that NoBody has ContentLength zero
Brad Fitzpatrick
2016-10-22
net/http: add NoBody, don't return nil from NewRequest on zero bodies
Brad Fitzpatrick
2016-10-22
net/http: add Request.GetBody func for 307/308 redirects
Brad Fitzpatrick
2016-10-19
net/http: make NewRequest set empty Body nil, don't peek Read Body in Transport
Brad Fitzpatrick
2016-10-17
net/http: support multiple identical Content-Length headers
Emmanuel Odeke
[next]