func golang.org/x/net/http/httpguts.HeaderValuesContainsToken
4 uses
golang.org/x/net/http/httpguts (current package)
httplex.go#L101: func HeaderValuesContainsToken(values []string, token string) bool {
golang.org/x/net/http2
transport.go#L1503: if !httpguts.HeaderValuesContainsToken(req.Header["Expect"], "100-continue") {
transport.go#L3169: return req.Close || httpguts.HeaderValuesContainsToken(req.Header["Connection"], "close")
golang.org/x/net/internal/httpcommon
request.go#L408: needsContinue := httpguts.HeaderValuesContainsToken(rp.Header["Expect"], "100-continue")
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)