net/url.URL.EscapedPath (method)

10 uses

	net/url (current package)
		url.go#L687: func (u *URL) EscapedPath() string {
		url.go#L819: 		path := u.EscapedPath()
		url.go#L1077: 		url.setPath(resolvePath(ref.EscapedPath(), ""))
		url.go#L1096: 	url.setPath(resolvePath(u.EscapedPath(), ref.EscapedPath()))
		url.go#L1113: 		result = u.EscapedPath()

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

	github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4
		util.go#L72: 		uriPath = u.EscapedPath()

	github.com/aws/aws-sdk-go-v2/internal/v4a/internal/v4
		util.go#L56: 		uri = u.EscapedPath()