summaryrefslogtreecommitdiff
path: root/src/net/http/header.go
Commit message (Expand)AuthorAgeFilesLines
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-1/+1
* net/http: fix typo in header.goHuanCheng2021-08-201-1/+1
* net/http: drop headers with invalid keys in Header.WriteDamien Neil2021-08-161-0/+9
* net/http: switch HTTP1 to ASCII equivalents of string functionsRoberto Clapis2021-05-101-1/+2
* net/http: clarify Header.WriteSubset behaviorempijei2019-11-011-0/+1
* net/http, net/textproto: add Header.Values, MIMEHeader.Values methodsTrung Nguyen2019-10-171-3/+11
* net/http: return nil from Header.Clone if the receiver is nilAndrew Bonventre2019-07-311-1/+5
* net/http: export Header.Clone, reduce its allocations, use it everywhereBrad Fitzpatrick2019-04-241-4/+11
* net/http: document CanonicalHeaderKey from HeaderBrad Fitzpatrick2018-12-031-2/+5
* net/http: make Transport respect {X-,}Idempotency-Key headerBrad Fitzpatrick2018-11-141-0/+7
* io: export StringWriterDaniel Martí2018-10-031-5/+1
* net/http: document Header.Set canonicalizes the header keyMuhammad Falak R Wani2018-10-021-9/+15
* net/http: use Header.clone rather then duplicating functionalityVladimir Varankin2018-09-231-10/+0
* net/http: use internal/raceTim Cooper2018-08-211-2/+0
* net/http/httptrace: expose request headers for http/1.1Meir Fischer2018-06-271-1/+18
* net/http: fix minor leak in Header.WriteSubsetJoshua Rubin2017-10-271-0/+1
* net: document that Header.Get key is case insensitiveKaviraj2016-11-281-2/+4
* all: single space after period.Brad Fitzpatrick2016-03-021-4/+4
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* net/http: make Client use Request.Cancel for timeouts instead of CancelRequestBrad Fitzpatrick2016-01-051-0/+10
* net/textproto: don't treat spaces as hyphens in header keysBrad Fitzpatrick2015-06-301-0/+2
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+211