net/http.http2requestParam.scheme (field)
7 uses
net/http (current package)
h2_bundle.go#L5551: scheme: f.PseudoValue("scheme"),
h2_bundle.go#L5558: if rp.path != "" || rp.scheme != "" || rp.authority == "" {
h2_bundle.go#L5561: } else if rp.method == "" || rp.path == "" || (rp.scheme != "https" && rp.scheme != "http") {
h2_bundle.go#L5612: scheme, authority, path string
h2_bundle.go#L5620: if rp.scheme == "https" {
h2_bundle.go#L6451: 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. |