Documentation
¶
Index ¶
- func HttpDelete(url string, headers map[string]string) (*http.Response, error)
- func HttpGet(url string, headers map[string]string) (*http.Response, error)
- func HttpPost(url string, headers map[string]string, body []byte) (*http.Response, error)
- func HttpPut(url string, headers map[string]string, body []byte) (*http.Response, error)
- func HttpRequest(method string, url string, headers map[string]string, body []byte, ...) (*http.Response, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.