Documentation
¶
Index ¶
- func ClientGet(url string) func() ([]byte, error)
- func ClientPost(url string, sendBody interface{}) func() ([]byte, error)
- func ClientPostWithHeaders(url string, sendBody interface{}, headers map[string]string) func() ([]byte, error)
- func UploadFile(url string, params map[string]string, nameField, fileName string, ...) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClientPost ¶
func ClientPostWithHeaders ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.