func vendor/golang.org/x/net/http/httpguts.ValidHostHeader
4 uses
vendor/golang.org/x/net/http/httpguts (current package)
httplex.go#L214: func ValidHostHeader(h string) bool {
net/http
h2_bundle.go#L8959: if !httpguts.ValidHostHeader(host) {
request.go#L599: if !httpguts.ValidHostHeader(host) {
server.go#L1019: if len(hosts) == 1 && !httpguts.ValidHostHeader(hosts[0]) {
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |