func vendor/golang.org/x/net/http/httpguts.ValidHostHeader
4 uses
vendor/golang.org/x/net/http/httpguts (current package)
httplex.go#L209: func ValidHostHeader(h string) bool {
net/http
request.go#L621: if !httpguts.ValidHostHeader(host) {
server.go#L1025: if len(hosts) == 1 && !httpguts.ValidHostHeader(hosts[0]) {
net/http/internal/httpcommon
httpcommon.go#L235: if !httpguts.ValidHostHeader(host) {
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |