func net/url.Parse
18 uses
net/url (current package)
url.go#L466: func Parse(rawURL string) (*URL, error) {
url.go#L1066: refURL, err := Parse(ref)
url.go#L1182: u1, err := Parse(string(text))
url.go#L1259: url, err := Parse(base)
net/http
client.go#L656: if u, _ := url.Parse(loc); u != nil && !u.IsAbs() {
h2_bundle.go#L6871: u, err := url.Parse(target)
request.go#L877: u, err := urlpkg.Parse(url)
response.go#L145: return url.Parse(lv)
server.go#L2197: if u, err := urlpkg.Parse(url); err == nil {
crypto/x509
parser.go#L393: uri, err := url.Parse(uriStr)
verify.go#L640: uri, err := url.Parse(name)
github.com/gotd/td/telegram/auth/qrlogin
token.go#L21: parsed, err := url.Parse(u)
go.uber.org/zap
sink.go#L102: u, err := url.Parse(rawURL)
golang.org/x/net/proxy
proxy.go#L46: proxyURL, err := url.Parse(allProxy)
nhooyr.io/websocket
accept.go#L212: u, err := url.Parse(origin)
dial.go#L172: u, err := url.Parse(urls)
vendor/golang.org/x/net/http/httpproxy
proxy.go#L151: proxyURL, err := url.Parse(proxy)
proxy.go#L159: if proxyURL, err := url.Parse("http://" + proxy); err == nil {
|
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |