API Reference Dust v0.0.2-dev

Modules

Documentation for Dust.

Asset struct, keeps

CSS fetcher does the following things

Module to encode images to Base64 data.

Inlines image assets into given content which is the list of lines.

Handles JavaScript assets.

Parsers API provides abstractions to get relevant assets from the DOM.

Parse document and return all links/URIs to styles with absolute urls.

Parse document and returl favicon url.

Parse document and returl all links/URIs to scripts with absolute urls.

Parse document and returl all links/URIs to scripts with absolute urls.

Parse document and returl all links/URIs to styles with absolute urls.

Requests provide an API to make fetch pages also it supports automatic retries with constant backoff the request should fail.

Proxy configuration struct. Proxy address can start with http/s or socks5. It is also possible to only specify address field and when you call Proxy.get_config/1 then we try to parse URI to figure out type, auth details in this case default values will be also applied.

Result struct to store response data