net/http.Transport.Dial (field)
8 uses
net/http (current package)
transport.go#L142: Dial func(network, addr string) (net.Conn, error)
transport.go#L312: Dial: t.Dial,
transport.go#L386: if !t.ForceAttemptHTTP2 && (t.TLSClientConfig != nil || t.Dial != nil || t.DialContext != nil || t.hasCustomTLSDialer()) {
transport.go#L1164: if t.Dial != nil {
transport.go#L1165: c, err := t.Dial(network, addr)
net/http/httputil
dump.go#L119: Dial: func(net, addr string) (net.Conn, error) {
cloud.google.com/go/compute/metadata
metadata.go#L66: Dial: (&net.Dialer{
![]() |
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. |