Documentation ¶
Index ¶
- func ConvertToQueryParams(params map[string]string) string
- func Get(url string, params map[string]string) (string, error)
- func Post(url string, params map[string]string, body string) (string, error)
- func PostFile(url string, params map[string]string, path string, name string) (string, error)
- func PostFileWithReader(url string, params map[string]string, reader io.Reader) (string, error)
- func ResponseHandle(resp *http.Response, err error) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertToQueryParams ¶
func PostFileWithReader ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.