Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
type BoundDialer ¶
type BoundDialer struct {
// contains filtered or unexported fields
}
func NewBoundDialer ¶
func NewBoundDialer(defaultDialer BoundDialerDefaultSink, defaultHints string) *BoundDialer
func (*BoundDialer) DialContext ¶
type BoundDialerContextKey ¶
type BoundDialerContextKey struct{}
type BoundDialerContextValue ¶
type BoundDialerDefaultSink ¶
type ContextDialer ¶
type ContextDialer = xproxy.ContextDialer
func MaybeWrapWithContextDialer ¶
func MaybeWrapWithContextDialer(d Dialer) ContextDialer
type HTTPProxyDialer ¶
type HTTPProxyDialer struct {
// contains filtered or unexported fields
}
func NewHTTPProxyDialer ¶
func (*HTTPProxyDialer) Dial ¶
func (d *HTTPProxyDialer) Dial(network, address string) (net.Conn, error)
func (*HTTPProxyDialer) DialContext ¶
Click to show internal directories.
Click to hide internal directories.