net/http.Request.Host (field)
20 uses
net/http (current package)
client.go#L654: if req.Host != "" && req.Host != req.URL.Host {
client.go#L659: host = req.Host
client.go#L668: Host: host,
h2_bundle.go#L6147: Host: rp.authority,
h2_bundle.go#L6919: u.Host = w.rws.req.Host
h2_bundle.go#L9113: host := req.Host
request.go#L244: Host string
request.go#L614: host := r.Host
request.go#L930: Host: u.Host,
request.go#L1158: req.Host = req.URL.Host
request.go#L1159: if req.Host == "" {
request.go#L1160: req.Host = req.Header.get("Host")
servemux121.go#L115: return mux.handler(r.Host, r.URL.Path)
servemux121.go#L120: host := stripHostPort(r.Host)
server.go#L2601: n, matches, _ = mux.matchOrRedirect(r.Host, r.Method, path, nil)
server.go#L2605: host = stripHostPort(r.Host)
transport.go#L1796: Host: cm.targetAddr,
github.com/coinbase/cdp-sdk/go
cdp.go#L63: RequestHost: req.Host,
cdp.go#L111: RequestHost: req.Host,
 |
The pages are generated with Golds v0.7.6. (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. |