type golang.org/x/net/proxy.PerHost

11 uses

	golang.org/x/net/proxy (current package)
		per_host.go#L16: type PerHost struct {
		per_host.go#L28: func NewPerHost(defaultDialer, bypass Dialer) *PerHost {
		per_host.go#L29: 	return &PerHost{
		per_host.go#L37: func (p *PerHost) Dial(network, addr string) (c net.Conn, err error) {
		per_host.go#L48: func (p *PerHost) DialContext(ctx context.Context, network, addr string) (c net.Conn, err error) {
		per_host.go#L60: func (p *PerHost) dialerForRequest(host string) Dialer {
		per_host.go#L99: func (p *PerHost) AddFromString(s string) {
		per_host.go#L128: func (p *PerHost) AddIP(ip net.IP) {
		per_host.go#L135: func (p *PerHost) AddNetwork(net *net.IPNet) {
		per_host.go#L141: func (p *PerHost) AddZone(zone string) {
		per_host.go#L150: func (p *PerHost) AddHost(host string) {