func vendor/golang.org/x/net/http/httpguts.ValidHostHeader
2 uses
vendor/golang.org/x/net/http/httpguts (current package)
httplex.go#L211: func ValidHostHeader(h string) bool {
net/http
server.go#L1008: if len(hosts) == 1 && !httpguts.ValidHostHeader(hosts[0]) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)