func net/http.CanonicalHeaderKey
8 uses
net/http (current package)
client.go#L813: switch CanonicalHeaderKey(k) {
h2_bundle.go#L4810: cv = CanonicalHeaderKey(v)
h2_bundle.go#L6631: k = CanonicalHeaderKey(k)
h2_bundle.go#L6794: rws.handlerHeader[CanonicalHeaderKey(trailerKey)] = vv
header.go#L234: func CanonicalHeaderKey(s string) string { return textproto.CanonicalMIMEHeaderKey(s) }
server.go#L554: k = CanonicalHeaderKey(k)
transfer.go#L314: k = CanonicalHeaderKey(k)
transfer.go#L788: key = CanonicalHeaderKey(key)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |