tfl_interp
v0.1.16
Pages
Modules
Search documentation of tfl_interp
Settings
View Source
TflInterp.URL
(tfl_interp v0.1.16)
Summary
Functions
download(url, func)
Download and process data from url.
download(url, path \\ "./", name \\ nil)
Download and save the file from url.
get!(url)
Functions
download(url, func)
Download and process data from url.
Parameters
url - download site url
func - function to process downloaded data
download(url, path \\ "./", name \\ nil)
Download and save the file from url.
Parameters
url - download site url
path - distination path of downloaded file
name - name for the downloaded file
get!(url)