Documentation ¶
Index ¶
- func HttpDelete(url string, form map[string]string, retryCount int) (int, []byte, error)
- func HttpGet(url string, retryCount int) (int, []byte, error)
- func HttpGet3(url string) (int, []byte, error)
- func HttpPost(url string, body string, retryCount int) (int, []byte, error)
- func HttpPost3(url string, body string) (int, []byte, error)
- func HttpPostForm(url string, form map[string]string, files []request.FileField, retryCount int) (int, []byte, error)
- func HttpPostForm3(url string, form map[string]string, files []request.FileField) (int, []byte, error)
- func HttpQuery(url string, param map[string]string, retryCount int) (int, []byte, error)
- func HttpQuery3(url string, param map[string]string, retryCount int) (int, []byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HttpDelete ¶
func HttpPostForm ¶
func HttpPostForm3 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.