func net/http.CanonicalHeaderKey
11 uses
net/http (current package)
client.go#L805: switch CanonicalHeaderKey(k) {
h2_bundle.go#L3326: chk := CanonicalHeaderKey(v)
h2_bundle.go#L3345: return CanonicalHeaderKey(v)
h2_bundle.go#L4663: cv = CanonicalHeaderKey(v)
h2_bundle.go#L6103: key = CanonicalHeaderKey(textproto.TrimString(key))
h2_bundle.go#L6468: k = CanonicalHeaderKey(k)
h2_bundle.go#L6631: rws.handlerHeader[CanonicalHeaderKey(trailerKey)] = vv
header.go#L234: func CanonicalHeaderKey(s string) string { return textproto.CanonicalMIMEHeaderKey(s) }
server.go#L551: k = CanonicalHeaderKey(k)
transfer.go#L313: k = CanonicalHeaderKey(k)
transfer.go#L787: key = CanonicalHeaderKey(key)
![]() |
The pages are generated with Golds v0.7.6. (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. |