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
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
2016-10-09
net/http: Add missing tests for parsePostForm
Quentin Renard
2016-10-05
Revert "net/http: improve performance for parsePostForm"
Joe Tsai
2016-10-04
net/http: improve performance for parsePostForm
Quentin Renard
2016-05-11
net/http: make the MaxBytesReader.Read error sticky
Brad Fitzpatrick
2016-04-16
net/http: normalize empty port in URL.Host's ":port"
Emmanuel Odeke
2016-03-12
net/http: make ParseMultipartForm also populate Request.PostForm
Emmanuel Odeke
2016-02-24
all: fix typos and spelling
Martin Möhrmann
2015-12-11
net/url: reject space in host; do not escape < > " in host
Russ Cox
2015-12-10
net/http: make NewRequest with empty method mean GET
Brad Fitzpatrick
2015-12-10
net/http: run more tests in http2 mode
Brad Fitzpatrick
2015-12-05
net/http: make TestRedirect also test in http2 mode
Emmanuel Odeke
2015-11-13
net/http: require valid methods in NewRequest and Transport.RoundTrip
Brad Fitzpatrick
2015-07-15
net/http: do not allow space or slash in Host headers
Jeff R. Allen
2015-07-07
net/http: fix MaxBytesReader at EOF
Brad Fitzpatrick
[next]