Documentation
¶
Index ¶
- func Delete(url string, header http.Header) (map[string]interface{}, error)
- func Get(url string, header http.Header) (map[string]interface{}, error)
- func Post(url string, header http.Header, body string) (map[string]interface{}, error)
- func Put(url string, header http.Header, body string) (map[string]interface{}, error)
- func SendRequest(url string, method string, header http.Header, body string) (map[string]interface{}, error)
- func SendRequestRaw(url string, method string, header http.Header, body string) ([]byte, 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.