func net/http/internal/ascii.EqualFold
7 uses
net/http/internal/ascii (current package)
print.go#L14: func EqualFold(s, t string) bool {
net/http
header.go#L264: if ascii.EqualFold(v[sp:sp+len(token)], token) {
request.go#L953: if len(auth) < len(prefix) || !ascii.EqualFold(auth[:len(prefix)], prefix) {
request.go#L1462: ascii.EqualFold(r.Header.Get("Upgrade"), "websocket")
transfer.go#L643: if !ascii.EqualFold(textproto.TrimString(raw[0]), "chunked") {
transport.go#L2196: if rc.addedGzip && ascii.EqualFold(resp.Header.Get("Content-Encoding"), "gzip") {
net/http/httputil
reverseproxy.go#L561: if !ascii.EqualFold(reqUpType, resUpType) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)