net/url.URL.EscapedPath (method)

6 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()