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) {