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#L265: if ascii.EqualFold(v[sp:sp+len(token)], token) {
request.go#L996: if len(auth) < len(prefix) || !ascii.EqualFold(auth[:len(prefix)], prefix) {
request.go#L1581: ascii.EqualFold(r.Header.Get("Upgrade"), "websocket")
transfer.go#L650: if !ascii.EqualFold(raw[0], "chunked") {
transport.go#L2378: if rc.addedGzip && ascii.EqualFold(resp.Header.Get("Content-Encoding"), "gzip") {
net/http/httputil
reverseproxy.go#L744: if !ascii.EqualFold(reqUpType, resUpType) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)