Implements the Fetch API for Deno, enabling HTTP requests.
# Cargo.toml
[dependencies]
deno_fetch = "0.275.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Performs a simple HTTP GET request using the fetch function.
Add tokio as a dependency and enable the 'tokio' feature if needed.
No dependency data recorded yet.