golang.org/x/net/internal/httpcommon.ServerRequestParam.Method (field)
7 uses
golang.org/x/net/internal/httpcommon (current package)
request.go#L385: Method string
request.go#L447: if rp.Method == "CONNECT" && rp.Protocol == "" {
golang.org/x/net/http2
server.go#L2240: Method: f.PseudoValue("method"),
server.go#L2252: isConnect := rp.Method == "CONNECT"
server.go#L2257: } else if rp.Method == "" || rp.Path == "" || (rp.Scheme != "https" && rp.Scheme != "http") {
server.go#L2324: Method: rp.Method,
server.go#L3232: Method: msg.method,
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)