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#L9340: 		lowKey, ascii := httpcommon.LowerHeader(k)
		h2_bundle.go#L11098: 		k, ascii := httpcommon.LowerHeader(k)