{"id":68145,"library":"deno-http","title":"Deno HTTP","description":"HTTP server implementation used internally by the Deno runtime.","status":"active","version":"0.248.0","language":"rust","source_language":null,"source_url":"https://github.com/denoland/deno","tags":["http","server","deno","runtime"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ndeno_http = \"0.248.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add deno_http","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"HttpServer","correct":"use deno_http::HttpServer;"}],"quickstart":{"code":"use deno_http::HttpServer;\n\nfn main() {\n    let server = HttpServer::new();\n    println!(\"Deno HTTP server created\");\n}","lang":"rust","description":"Creates a new Deno HTTP server instance."},"warnings":[{"fix":"Use with caution and pin to a specific version.","message":"Primarily for internal Deno use; may have unstable APIs.","severity":"gotcha","affected_versions":">=0.248.0"}],"env_vars":null,"search_vec":"'deno':1,10,14 'http':2,3,12 'implement':5 'intern':7 'runtim':11,15 'server':4,13 'use':6","created_at":"2026-06-17T17:45:59.468319+00:00","updated_at":"2026-06-17T17:45:59.468319+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_http/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}