net/url.URL.EscapedPath (method)

10 uses

	net/url (current package)
		url.go#L700: func (u *URL) EscapedPath() string {
		url.go#L832: 		path := u.EscapedPath()
		url.go#L1083: 		url.setPath(resolvePath(ref.EscapedPath(), ""))
		url.go#L1102: 	url.setPath(resolvePath(u.EscapedPath(), ref.EscapedPath()))
		url.go#L1119: 		result = u.EscapedPath()

	net/http/httputil
		reverseproxy.go#L120: 	apath := a.EscapedPath()
		reverseproxy.go#L121: 	bpath := b.EscapedPath()

	github.com/aws/aws-sdk-go/aws/signer/v4
		uri_path.go#L16: 		uri = u.EscapedPath()

	golang.org/x/pkgsite/internal/frontend
		overview.go#L164: 	return u.EscapedPath()