Crate deno_fetch

source ·

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.
Auto-generated by deno_ops, i.e: #[op]
Auto-generated by deno_ops, i.e: #[op]
Auto-generated by deno_ops, i.e: #[op]

Traits

Functions

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

Type Definitions