aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/requestwrite_test.go
AgeCommit message (Expand)Author
2019-01-23net/url, net/http: reject control characters in URLsBrad Fitzpatrick
2018-11-14net/http: make Transport respect {X-,}Idempotency-Key headerBrad Fitzpatrick
2018-10-12net/http: flesh out Transport's HTTP/1 CONNECT+bidi support to match HTTP/2Brad Fitzpatrick
2017-12-01Revert "go/printer: forbid empty line before first comment in block"Joe Tsai
2017-11-02go/printer: forbid empty line before first comment in blockJoe Tsai
2016-12-22net/http: restore Transport's Request.Body byte sniff in limited casesBrad Fitzpatrick
2016-12-01net/http: revert change making NewRequest set ContentLength -1Brad Fitzpatrick
2016-10-19net/http: make NewRequest set empty Body nil, don't peek Read Body in TransportBrad Fitzpatrick
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-24all: fix typos and spellingMartin Möhrmann
2015-06-26net/http: change default user agent stringAamir Khan
2015-04-09net/http: don't send IPv6 zone identifier in outbound request, per RFC 6874Mikio Hara
2014-09-08build: move package sources from src/pkg to srcRuss Cox