func vendor/golang.org/x/net/http/httpguts.HeaderValuesContainsToken
7 uses
vendor/golang.org/x/net/http/httpguts (current package)
httplex.go#L106: func HeaderValuesContainsToken(values []string, token string) bool {
net/http
h2_bundle.go#L9118: !httpguts.HeaderValuesContainsToken(
h2_bundle.go#L9175: return req.Close || httpguts.HeaderValuesContainsToken(req.Header["Connection"], "close")
response.go#L371: httpguts.HeaderValuesContainsToken(h["Connection"], "Upgrade")
transfer.go#L751: hasClose := httpguts.HeaderValuesContainsToken(conv, "close")
transfer.go#L753: return hasClose || !httpguts.HeaderValuesContainsToken(conv, "keep-alive")
net/http/httputil
reverseproxy.go#L538: if !httpguts.HeaderValuesContainsToken(h["Connection"], "Upgrade") {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |