Documentation ¶
Index ¶
- func HttpDelete(method, url string, headers map[string]string) (interface{}, bool)
- func HttpDo(method, url string, headers, params map[string]string, data []byte) (interface{}, bool)
- func HttpGet(method, url string, headers, params map[string]string) (interface{}, bool)
- func HttpHead(method, url string, headers, params map[string]string) (interface{}, bool)
- func HttpPatch(method, url string, headers, params map[string]string, data []byte) (interface{}, bool)
- func HttpPost(method, url string, headers, params map[string]string, data []byte) (interface{}, bool)
- func HttpPut(method, url string, headers, params map[string]string, data []byte) (interface{}, bool)
- type Client
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HttpDelete ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.