aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/request_test.go
AgeCommit message (Expand)Author
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