Dust
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.1-dev"}
]
endUsage ðŸ§
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.