func net/http.CanonicalHeaderKey
11 uses
net/http (current package)
client.go#L986: switch CanonicalHeaderKey(headerKey) {
h2_bundle.go#L3321: chk := CanonicalHeaderKey(v)
h2_bundle.go#L3340: return CanonicalHeaderKey(v)
h2_bundle.go#L4608: cv = CanonicalHeaderKey(v)
h2_bundle.go#L6048: key = CanonicalHeaderKey(textproto.TrimString(key))
h2_bundle.go#L6413: k = CanonicalHeaderKey(k)
h2_bundle.go#L6581: rws.handlerHeader[CanonicalHeaderKey(trailerKey)] = vv
header.go#L240: func CanonicalHeaderKey(s string) string { return textproto.CanonicalMIMEHeaderKey(s) }
server.go#L551: k = CanonicalHeaderKey(k)
transfer.go#L312: k = CanonicalHeaderKey(k)
transfer.go#L782: key = CanonicalHeaderKey(key)
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |