golang.org/x/net/http2.requestParam.method (field)
8 uses
golang.org/x/net/http2 (current package)
server.go#L1995: method: f.PseudoValue("method"),
server.go#L2001: isConnect := rp.method == "CONNECT"
server.go#L2006: } else if rp.method == "" || rp.path == "" || (rp.scheme != "https" && rp.scheme != "http") {
server.go#L2021: if rp.method == "HEAD" && bodyOpen {
server.go#L2056: method string
server.go#L2099: if rp.method == "CONNECT" {
server.go#L2117: Method: rp.method,
server.go#L2895: method: msg.method,
![]() |
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. |