summaryrefslogtreecommitdiff
path: root/src/net/http/requestwrite_test.go
Commit message (Expand)AuthorAgeFilesLines
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-1/+1
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-201-14/+13
* net/http: set Content-Length:0 for empty PATCH requests as with POST, PATCHSegflow2020-08-241-0/+20
* net/http: use iotest.ErrReader in testsCarlos Alexandro Becker2020-08-211-2/+3
* net/url, net/http: reject control characters in URLsBrad Fitzpatrick2019-01-231-0/+11
* net/http: make Transport respect {X-,}Idempotency-Key headerBrad Fitzpatrick2018-11-141-0/+32
* net/http: flesh out Transport's HTTP/1 CONNECT+bidi support to match HTTP/2Brad Fitzpatrick2018-10-121-0/+32
* Revert "go/printer: forbid empty line before first comment in block"Joe Tsai2017-12-011-0/+1
* go/printer: forbid empty line before first comment in blockJoe Tsai2017-11-021-1/+0
* net/http: restore Transport's Request.Body byte sniff in limited casesBrad Fitzpatrick2016-12-221-0/+208
* net/http: revert change making NewRequest set ContentLength -1Brad Fitzpatrick2016-12-011-4/+6
* net/http: make NewRequest set empty Body nil, don't peek Read Body in TransportBrad Fitzpatrick2016-10-191-32/+50
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* all: fix typos and spellingMartin Möhrmann2016-02-241-1/+1
* net/http: change default user agent stringAamir Khan2015-06-261-21/+21
* net/http: don't send IPv6 zone identifier in outbound request, per RFC 6874Mikio Hara2015-04-091-0/+31
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+623