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) 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |