Documentation ¶
Index ¶
- func HttpGet(urlStr string, queryList map[string]string) (response []byte, err error)
- func HttpGetFake(urlStr string, queryList map[string]string) (response []byte, err error)
- func HttpGetRequestUrl(urlStr string) (string, error)
- func HttpGetWithHeader(addr string, queryList map[string]string, headers map[string]string) (response []byte, err error)
- func HttpPost(urlStr string, formList map[string]string) (response []byte, err error)
- func HttpPostFile(urlStr string, path string) (response []byte, err error)
- func HttpPostForm(urlStr string)
- func HttpPostJson(urlStr string, formList map[string]interface{}) (response []byte, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HttpGetFake ¶
func HttpGetRequestUrl ¶
func HttpGetWithHeader ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.