net/http/internal/httpcommon.ServerRequestParam.Path (field)
7 uses
net/http/internal/httpcommon (current package)
httpcommon.go#L537: Scheme, Authority, Path string
httpcommon.go#L603: url_, err = url.ParseRequestURI(rp.Path)
httpcommon.go#L609: requestURI = rp.Path
net/http
h2_bundle.go#L6223: Path: f.PseudoValue("path"),
h2_bundle.go#L6234: if rp.Protocol == "" && (rp.Path != "" || rp.Scheme != "" || rp.Authority == "") {
h2_bundle.go#L6237: } else if rp.Method == "" || rp.Path == "" || (rp.Scheme != "https" && rp.Scheme != "http") {
h2_bundle.go#L7214: Path: msg.url.RequestURI(),
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |