golang.org/x/net/internal/httpcommon.ServerRequestParam.Protocol (field)
7 uses
golang.org/x/net/internal/httpcommon (current package)
request.go#L387: Protocol string
request.go#L447: if rp.Method == "CONNECT" && rp.Protocol == "" {
golang.org/x/net/http2
server.go#L2244: Protocol: f.PseudoValue("protocol"),
server.go#L2248: if disableExtendedConnectProtocol && rp.Protocol != "" {
server.go#L2254: if rp.Protocol == "" && (rp.Path != "" || rp.Scheme != "" || rp.Authority == "") {
server.go#L2279: if rp.Protocol != "" {
server.go#L2280: header.Set(":protocol", rp.Protocol)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)