net/http.Transport.Proxy (field)
8 uses
net/http (current package)
clientconn.go#L131: if t.Proxy != nil {
clientconn.go#L149: proxyURL, err = t.Proxy(req)
transport.go#L47: Proxy: ProxyFromEnvironment,
transport.go#L129: Proxy func(*Request) (*url.URL, error)
transport.go#L340: Proxy: t.Proxy,
transport.go#L987: if t.Proxy != nil {
transport.go#L988: cm.proxyURL, err = t.Proxy(treq.Request)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)