Re-exports

pub use data_url;
pub use reqwest;

Structs

A default implementation which will error for every request.

An implementation which tries to read file URLs from the file system via tokio::fs.

Traits

Functions

Create new instance of async reqwest::Client. This client supports proxies and doesn’t follow redirects.

Type Definitions