Re-exports§
pub use data_url;
Modules§
Structs§
- Client
- Client
Send Error - Create
Http Client Args - Create
Http Client Options - Default
File Fetch Handler - A default implementation which will error for every request.
- Fetch
Cancel Handle - Fetch
Request Resource - Fetch
Response - Fetch
Response Resource - Fetch
Return - FsFetch
Handler - An implementation which tries to read file URLs from the file system via tokio::fs.
- Http
Client Resource - Options
- Resource
ToBody Adapter - deno_
fetch - An extension for use with the Deno JS runtime. To use it, provide it as an argument when instantiating your runtime:
Enums§
Traits§
Functions§
- basic_
auth - create_
client_ from_ options - create_
http_ client - Create new instance of async Client. This client supports proxies and doesn’t follow redirects.
- extract_
authority - 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.
- get_
or_ create_ client_ from_ state - op_
fetch - op_
fetch_ custom_ client - op_
fetch_ send - op_
utf8_ to_ byte_ string