This project is about downloading a single resource from the specified URL. It does not any magic to determine what the resource actually is. It gets saved as is and then you get path of the saved file.
This is in contrast to using HTTPoison without thinking about it and loading the full response into RAM.
One can get the same behaviour with HTTPosion directly though using async requests, but this package makes it a bit easier to process those.






















