func net/textproto.CanonicalMIMEHeaderKey

11 uses

	net/textproto (current package)
		header.go#L14: 	key = CanonicalMIMEHeaderKey(key)
		header.go#L22: 	h[CanonicalMIMEHeaderKey(key)] = []string{value}
		header.go#L34: 	v := h[CanonicalMIMEHeaderKey(key)]
		header.go#L50: 	return h[CanonicalMIMEHeaderKey(key)]
		header.go#L55: 	delete(h, CanonicalMIMEHeaderKey(key))
		reader.go#L585: func CanonicalMIMEHeaderKey(s string) string {

	net/http
		header.go#L233: func CanonicalHeaderKey(s string) string { return textproto.CanonicalMIMEHeaderKey(s) }

	github.com/aws/aws-sdk-go-v2/aws/signer/v4
		v4.go#L379: 		key := textproto.CanonicalMIMEHeaderKey(k)

	github.com/aws/aws-sdk-go-v2/internal/v4a
		v4a.go#L243: 		key := textproto.CanonicalMIMEHeaderKey(k)

	golang.org/x/net/http/httpguts
		guts.go#L21: 	name = textproto.CanonicalMIMEHeaderKey(name)

	vendor/golang.org/x/net/http/httpguts
		guts.go#L21: 	name = textproto.CanonicalMIMEHeaderKey(name)