Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HttpConnError ¶
Types ¶
type FastHttpClient ¶
type FastHttpClient struct {
// contains filtered or unexported fields
}
func NewDefaultHttpClient ¶
func NewDefaultHttpClient() *FastHttpClient
func NewHttpClient ¶
func (*FastHttpClient) SendGetRequest ¶
func (f *FastHttpClient) SendGetRequest(url string) ([]byte, error)
func (*FastHttpClient) SendPostJsonRequest ¶
func (f *FastHttpClient) SendPostJsonRequest(url string, reqEntityBytes []byte) ([]byte, error)
Click to show internal directories.
Click to hide internal directories.