net/http.Request.RequestURI (field)
13 uses
net/http (current package)
client.go#L216: if req.RequestURI != "" {
h2_bundle.go#L5676: RequestURI: requestURI,
request.go#L291: RequestURI string
request.go#L1038: req.Method, req.RequestURI, req.Proto, ok = parseRequestLine(s)
request.go#L1045: rawurl := req.RequestURI
server.go#L1069: req.Method == "PRI" && req.RequestURI == "*" {
server.go#L2440: if r.RequestURI == "*" {
server.go#L2884: if req.RequestURI == "*" && req.Method == "OPTIONS" {
net/http/httputil
dump.go#L238: reqURI := req.RequestURI
dump.go#L246: absRequestURI := strings.HasPrefix(req.RequestURI, "http://") || strings.HasPrefix(req.RequestURI, "https://")
cloud.google.com/go/errorreporting
errors.go#L187: Url: r.Host + r.RequestURI,
golang.org/x/net/http2
server.go#L2121: RequestURI: 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. |