type golang.org/x/net/proxy.PerHost
11 uses
golang.org/x/net/proxy (current package)
per_host.go#L15: type PerHost struct {
per_host.go#L27: func NewPerHost(defaultDialer, bypass Dialer) *PerHost {
per_host.go#L28: return &PerHost{
per_host.go#L36: func (p *PerHost) Dial(network, addr string) (c net.Conn, err error) {
per_host.go#L47: func (p *PerHost) DialContext(ctx context.Context, network, addr string) (c net.Conn, err error) {
per_host.go#L59: func (p *PerHost) dialerForRequest(host string) Dialer {
per_host.go#L97: func (p *PerHost) AddFromString(s string) {
per_host.go#L126: func (p *PerHost) AddIP(ip net.IP) {
per_host.go#L133: func (p *PerHost) AddNetwork(net *net.IPNet) {
per_host.go#L139: func (p *PerHost) AddZone(zone string) {
per_host.go#L150: func (p *PerHost) AddHost(host string) {
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. |