Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { Config *ClientConfig ProxyConfig *ClientConfig Timeout time.Duration // contains filtered or unexported fields }
func Dial ¶
func Dial(config *ClientConfig, timeout time.Duration, proxyConfig *ClientConfig) (*Client, error)
func Get ¶
func Get(config *ClientConfig, timeout time.Duration, proxyConfig *ClientConfig) (*Client, error)
func (*Client) DelayClose ¶
type ClientConfig ¶
func (ClientConfig) String ¶
func (p ClientConfig) String() string
Click to show internal directories.
Click to hide internal directories.