net/url.URL.RawPath (field)
11 uses
net/url (current package)
url.go#L364: RawPath string // encoded path hint (see EscapedPath method)
url.go#L684: u.RawPath = ""
url.go#L686: u.RawPath = p
url.go#L701: if u.RawPath != "" && validEncoded(u.RawPath, encodePath) {
url.go#L702: p, err := unescape(u.RawPath, encodePath)
url.go#L704: return u.RawPath
net/http
server.go#L2104: rp := strings.TrimPrefix(r.URL.RawPath, prefix)
server.go#L2105: if len(p) < len(r.URL.Path) && (r.URL.RawPath == "" || len(rp) < len(r.URL.RawPath)) {
server.go#L2111: r2.URL.RawPath = rp
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)