{"id":59997,"library":"deno-fetch","title":"Deno Fetch","description":"Implements the Fetch API for Deno, enabling HTTP requests.","status":"active","version":"0.275.0","language":"rust","source_language":null,"source_url":"https://github.com/denoland/deno","tags":["deno","fetch","http","async"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ndeno_fetch = \"0.275.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add deno_fetch","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"fetch","correct":"use deno_fetch::fetch;"}],"quickstart":{"code":"use deno_fetch::fetch;\n\n#[tokio::main]\nasync fn main() {\n    let response = fetch(\"https://example.com\").await.unwrap();\n    println!(\"Status: {}\", response.status());\n}","lang":"rust","description":"Performs a simple HTTP GET request using the fetch function."},"warnings":[{"fix":"Add tokio as a dependency and enable the 'tokio' feature if needed.","message":"Requires an async runtime (Tokio) and may need specific feature flags.","severity":"gotcha","affected_versions":">=0.275.0"}],"env_vars":null,"search_vec":"'api':6 'async':15 'deno':1,8,12 'enabl':9 'fetch':2,5,13 'http':10,14 'implement':3 'request':11","created_at":"2026-06-16T17:23:49.870909+00:00","updated_at":"2026-06-16T17:23:49.870909+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/denoland/deno","github":"https://github.com/denoland/deno","docs":"https://docs.rs/deno_fetch/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["http-client"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}