Documentation ¶
Index ¶
- func DownLoadFile(url, method, filename string, params map[string]interface{}, ...) (string, error)
- func Request(url, method string, params map[string]interface{}, headers map[string]string, ...) (map[string]interface{}, error)
- func UpLoadFileBinary(url, method, filePath string, headers map[string]string) (map[string]interface{}, error)
- func UpLoadFileForm(url, method, filePath string, params map[string]interface{}, ...) (map[string]interface{}, error)
- func UpLoadFileWriter(url, method, filePath string, headers map[string]string) (map[string]interface{}, error)
- func UpLoadFilesForm(url, method string, filePaths []string, params map[string]interface{}, ...) (map[string]interface{}, error)
- func UpLoadFilesWriter(url, method string, filePaths []string, headers map[string]string) (map[string]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DownLoadFile ¶
func UpLoadFileBinary ¶
func UpLoadFileForm ¶
func UpLoadFileWriter ¶
func UpLoadFilesForm ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.