golang.org/x/net/http2.requestParam.path (field)
7 uses
golang.org/x/net/http2 (current package)
server.go#L1998: path: f.PseudoValue("path"),
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#L2104: url_, err = url.ParseRequestURI(rp.path)
server.go#L2108: requestURI = rp.path
server.go#L2898: path: msg.url.RequestURI(),
![]() |
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. |