func net/http/internal/httpcommon.LowerHeader

4 uses

	net/http/internal/httpcommon (current package)
		httpcommon.go#L149: func LowerHeader(v string) (lower string, ascii bool) {
		httpcommon.go#L398: 		name, ascii := LowerHeader(name)

	net/http
		h2_bundle.go#L9328: 		lowKey, ascii := httpcommon.LowerHeader(k)
		h2_bundle.go#L10934: 		k, ascii := httpcommon.LowerHeader(k)