View Source
Dust
NOTE: Please note this project is still under development so you might experience issues.
Installation 💾
If available in Hex, the package can be installed
by adding dust
to your list of dependencies in mix.exs
:
def deps do
[
{:dust, "~> 0.0.2-dev"}
]
end
Usage 🧠
result = Dust.get(
url,
headers: headers,
proxy: %Proxy{...} | "socks5://user:pass@awesome.host:port",
max_retries: 3
)
Dust.persist(result, "AWESOME/PAGE.HTML")
Documentation
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/dust.