Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpClientModule ¶
func (*HttpClientModule) Init ¶
func (slf *HttpClientModule) Init(maxpool int, proxyUrl string)
func (*HttpClientModule) Request ¶
func (slf *HttpClientModule) Request(method string, url string, body []byte, header http.Header) HttpRespone
func (*HttpClientModule) SyncRequest ¶
func (slf *HttpClientModule) SyncRequest(method string, url string, body []byte, header http.Header) SyncHttpRespone
type HttpRespone ¶
type SyncHttpRespone ¶
type SyncHttpRespone struct {
// contains filtered or unexported fields
}
func (*SyncHttpRespone) Get ¶
func (slf *SyncHttpRespone) Get(timeoutMs int) HttpRespone
Click to show internal directories.
Click to hide internal directories.