golang.org/x/net/internal/httpcommon.ServerRequestParam.Protocol (field)
7 uses
net/http
h2_bundle.go#L6224: Protocol: f.PseudoValue("protocol"),
h2_bundle.go#L6228: if http2disableExtendedConnectProtocol && rp.Protocol != "" {
h2_bundle.go#L6234: if rp.Protocol == "" && (rp.Path != "" || rp.Scheme != "" || rp.Authority == "") {
h2_bundle.go#L6259: if rp.Protocol != "" {
h2_bundle.go#L6260: header.Set(":protocol", rp.Protocol)
net/http/internal/httpcommon
httpcommon.go#L538: Protocol string
httpcommon.go#L598: if rp.Method == "CONNECT" && rp.Protocol == "" {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)