]> Cypherpunks repositories - gostls13.git/commit
net/http: document Header.Set canonicalizes the header key
authorMuhammad Falak R Wani <falakreyaz@gmail.com>
Sun, 30 Sep 2018 12:24:22 +0000 (17:54 +0530)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 2 Oct 2018 17:07:42 +0000 (17:07 +0000)
commit9ec5d9c15b8dcb30d06805504477ac602f4e0385
treed7d1bd46dd0d6b2410031d872d837e0f0407e2d7
parent3ee9672955b163075e96d959635d1912952030e6
net/http: document Header.Set canonicalizes the header key

Fixes #27923

Change-Id: Ia902a1966beeae56e43265fc5ed987555fa834b6
Reviewed-on: https://go-review.googlesource.com/138677
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/net/http/header.go