aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/request_test.go
AgeCommit message (Expand)Author
2024-01-03net/http: make Request.Clone create fresh copies for matches and otherValuesJes Cok
2023-10-02net/http: add GODEBUG setting for old ServeMux behaviorJonathan Amsterdam
2023-09-25net/http: unescape paths and patterns by segmentJonathan Amsterdam
2023-09-15net/http: handle MethodNotAllowedJonathan Amsterdam
2023-09-14net/http: implement path value methods on RequestJonathan Amsterdam
2023-08-08net/http: sanitize User-Agent header in request writerDamien Neil
2023-08-07net/http: permit requests with invalid Host headersDamien Neil
2023-06-29net/http: validate Host header before sendingDamien Neil
2023-05-10net/http: let ErrNotSupported match errors.ErrUnsupportedIan Lance Taylor
2023-05-10all: fix a lot of commentscui fliter
2023-02-14mime/multipart: limit memory/inode consumption of ReadFormDamien Neil
2022-10-07net/http: refactor tests to run most in HTTP/1 and HTTP/2 modesDamien Neil
2022-09-28all: fix some typoscui fliter
2022-09-21net/http: accept HEAD requests with a bodyDamien Neil
2022-09-07net/http: use strings.Buildercuiweixie
2022-08-26net/http: don't panic on very large MaxBytesReaderLimitcuiweixie
2022-08-17net/http: return ErrNoCookie from Request.Cookie when name is ""muyizixiu
2022-04-15net/http: remove cloneURL call in WithContextBobby Powers
2021-10-06net/http: parse HTTP version strings according to RFC 7230Damien Neil
2021-06-09net/url: reject query values with semicolonsKatie Hockman
2021-05-05net/http: ignore directory path when parsing multipart formsKatie Hockman
2021-04-16net/http: make ReadRequest return an error when requests have multiple Host h...ian woolf
2021-03-23net/http: treat MaxBytesReader's negative limits as equivalent to zero limitArtur M. Wolff
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-12-03mime/multipart: handle ReadForm(math.MaxInt64) betterRuss Cox
2020-10-21net/http: test that ParseMultipartForm catches overflowsEmmanuel T Odeke
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-19Revert "net/http: test that ParseMultipartForm returns an error for int overf...Bryan C. Mills
2020-10-19net/http: test that ParseMultipartForm returns an error for int overflowavivklas
2020-10-12net/http: deep copy Request.TransferEncodingdqu123
2019-11-08net/http: refactor test TestParseFormUnknownContentTypeDavid Ndungu
2019-10-14net/http: fix Transport panic with nil Request.HeaderEmmanuel T Odeke
2019-03-11net/http: add missing error checks in testsLeon Klingele
2019-03-06net/http: add request file upload benchmarksChris Marchesi
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-05-04net/http: ignore case of basic auth scheme in Request.BasicAuthBrad Fitzpatrick
2018-02-21net/http: support multipart/mixed in Request.MultipartReaderOneOfOne
2018-02-20net/http: use RFC 723x as normative reference in docsDavid Url
2017-06-07net/http: don't crash in Request.WithContext if Request.URL is nilBrad Fitzpatrick
2017-05-24net/http: deep copy Request.URL also in Request.WithContext's copyEmmanuel Odeke
2016-12-01net/http: revert change making NewRequest set ContentLength -1Brad Fitzpatrick
2016-12-01net/http: teach NewRequest that NoBody has ContentLength zeroBrad Fitzpatrick
2016-10-22net/http: add NoBody, don't return nil from NewRequest on zero bodiesBrad Fitzpatrick
2016-10-22net/http: add Request.GetBody func for 307/308 redirectsBrad Fitzpatrick
2016-10-19net/http: make NewRequest set empty Body nil, don't peek Read Body in TransportBrad Fitzpatrick
2016-10-17net/http: support multiple identical Content-Length headersEmmanuel Odeke
2016-10-09net/http: Add missing tests for parsePostFormQuentin Renard
2016-10-05Revert "net/http: improve performance for parsePostForm"Joe Tsai
2016-10-04net/http: improve performance for parsePostFormQuentin Renard
2016-05-11net/http: make the MaxBytesReader.Read error stickyBrad Fitzpatrick