Documentation ¶
Index ¶
- func HttpDelete(url string, headers map[string]string, data []byte) (httpCode int, result []byte, err error)
- func HttpGet(url string, headers map[string]string) (httpCode int, result []byte, err error)
- func HttpPost(url string, headers map[string]string, data []byte) (httpCode int, result []byte, err error)
- func HttpPut(url string, headers map[string]string, data []byte) (httpCode int, result []byte, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HttpDelete ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.