Re-exports§
pub use data_url;
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.
- An extension for use with the Deno JS runtime. To use it, provide it as an argument when instantiating your runtime:
Enums§
Traits§
Functions§
- Create new instance of async Client. This client supports proxies and doesn’t follow redirects.
- Copied from https://github.com/seanmonstar/reqwest/blob/b9d62a0323d96f11672a61a17bf8849baec00275/src/async_impl/request.rs#L572 Check the request URL for a “username:password” type authority, and if found, remove it from the URL and return it.