golang.org/x/net/http2.requestParam.scheme (field)
7 uses
golang.org/x/net/http2 (current package)
server.go#L1996: scheme: f.PseudoValue("scheme"),
server.go#L2003: if rp.path != "" || rp.scheme != "" || rp.authority == "" {
server.go#L2006: } else if rp.method == "" || rp.path == "" || (rp.scheme != "https" && rp.scheme != "http") {
server.go#L2057: scheme, authority, path string
server.go#L2065: if rp.scheme == "https" {
server.go#L2896: scheme: msg.url.Scheme,
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |