Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Module ¶
type Module struct {
// contains filtered or unexported fields
}
func (*Module) DownloadFile ¶
DownloadFile performs a http get request to write stream to a file. @param url string @param headers table @return err string local http = require("http")
http.download_file({
url = "http://ip.jsontest.com/"
headers = {}
}, "/usr/path/file/") return error
Click to show internal directories.
Click to hide internal directories.