aboutsummaryrefslogtreecommitdiff
path: root/src/net/http/header.go
AgeCommit message (Expand)Author
2022-07-12[release-branch.go1.17] net/http: preserve nil values in Header.CloneDamien Neil
2021-05-10net/http: switch HTTP1 to ASCII equivalents of string functionsRoberto Clapis
2019-11-01net/http: clarify Header.WriteSubset behaviorempijei
2019-10-17net/http, net/textproto: add Header.Values, MIMEHeader.Values methodsTrung Nguyen
2019-07-31net/http: return nil from Header.Clone if the receiver is nilAndrew Bonventre
2019-04-24net/http: export Header.Clone, reduce its allocations, use it everywhereBrad Fitzpatrick
2018-12-03net/http: document CanonicalHeaderKey from HeaderBrad Fitzpatrick
2018-11-14net/http: make Transport respect {X-,}Idempotency-Key headerBrad Fitzpatrick
2018-10-03io: export StringWriterDaniel Martí
2018-10-02net/http: document Header.Set canonicalizes the header keyMuhammad Falak R Wani
2018-09-23net/http: use Header.clone rather then duplicating functionalityVladimir Varankin
2018-08-21net/http: use internal/raceTim Cooper
2018-06-27net/http/httptrace: expose request headers for http/1.1Meir Fischer
2017-10-27net/http: fix minor leak in Header.WriteSubsetJoshua Rubin
2016-11-28net: document that Header.Get key is case insensitiveKaviraj
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-01-05net/http: make Client use Request.Cancel for timeouts instead of CancelRequestBrad Fitzpatrick
2015-06-30net/textproto: don't treat spaces as hyphens in header keysBrad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox