Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Conn ¶
type HttpClient ¶
type HttpClient struct { *http.Client PostCount int64 GetCount int64 DoCount int64 ErrCount int64 // contains filtered or unexported fields }
func (*HttpClient) Close ¶
func (hc *HttpClient) Close()
func (*HttpClient) Info ¶
func (hc *HttpClient) Info() string
func (*HttpClient) NRead ¶
func (hc *HttpClient) NRead() int64
func (*HttpClient) NWrite ¶
func (hc *HttpClient) NWrite() int64
type Pool ¶
Click to show internal directories.
Click to hide internal directories.