func net/http.canonicalAddr
5 uses
net/http (current package)
client.go#L978: ihost := canonicalAddr(initial)
client.go#L979: dhost := canonicalAddr(dest)
transport.go#L828: cm.targetAddr = canonicalAddr(treq.URL)
transport.go#L1831: return canonicalAddr(cm.proxyURL)
transport.go#L2719: func canonicalAddr(url *url.URL) string {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |