Crate rustjs::deno_fetch
source · Modules§
- Processing of
data:
URLs according to the Fetch Standard: https://fetch.spec.whatwg.org/#data-urls but starting from a string rather than a parsed URL to avoid extra copies. - 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.
- 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 reqwest::Client. This client supports proxies and doesn’t follow redirects.