golang.org/x/net/internal/httpcommon.ServerRequestParam.Method (field)
7 uses
net/http
h2_bundle.go#L6220: Method: f.PseudoValue("method"),
h2_bundle.go#L6232: isConnect := rp.Method == "CONNECT"
h2_bundle.go#L6237: } else if rp.Method == "" || rp.Path == "" || (rp.Scheme != "https" && rp.Scheme != "http") {
h2_bundle.go#L6304: Method: rp.Method,
h2_bundle.go#L7211: Method: msg.method,
net/http/internal/httpcommon
httpcommon.go#L536: Method string
httpcommon.go#L598: if rp.Method == "CONNECT" && rp.Protocol == "" {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)