Simply downloads remote file and stores it in the filesystem.
Download.from(url, options)
- Small RAM consumption
- Ability to limit downloaded file size
- Uses httpoison
def deps do
[{:download, "~> x.x.x"}]
end
Into mix.exs
def application do
[applications: [:download]]
end