net/http/internal/httpcommon.ServerRequestParam.Protocol (field)
7 uses
net/http/internal/httpcommon (current package)
httpcommon.go#L538: Protocol string
httpcommon.go#L598: if rp.Method == "CONNECT" && rp.Protocol == "" {
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)
![]() |
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. |