aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/request_test.go
AgeCommit message (Expand)Author
2020-10-23[release-branch.go1.15] net/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
2016-04-16net/http: normalize empty port in URL.Host's ":port"Emmanuel Odeke
2016-03-12net/http: make ParseMultipartForm also populate Request.PostFormEmmanuel Odeke
2016-02-24all: fix typos and spellingMartin Möhrmann
2015-12-11net/url: reject space in host; do not escape < > " in hostRuss Cox
2015-12-10net/http: make NewRequest with empty method mean GETBrad Fitzpatrick
2015-12-10net/http: run more tests in http2 modeBrad Fitzpatrick
2015-12-05net/http: make TestRedirect also test in http2 modeEmmanuel Odeke
2015-11-13net/http: require valid methods in NewRequest and Transport.RoundTripBrad Fitzpatrick
2015-07-15net/http: do not allow space or slash in Host headersJeff R. Allen
2015-07-07net/http: fix MaxBytesReader at EOFBrad Fitzpatrick
2015-06-26net/url: don't escape star requests when writing requestsBrad Fitzpatrick
2015-04-20net/http: fix Transport data race, double cancel panic, cancel error messageBrad Fitzpatrick
2015-04-09net/http: don't send IPv6 zone identifier in outbound request, per RFC 6874Mikio Hara
2015-01-19net/http: remove unused test typeJongmin Kim
2014-09-08build: move package sources from src/pkg to srcRuss Cox