Registry / networking / deno-http

deno-http

JSON →
library0.248.0rscratesunverified

HTTP server implementation used internally by the Deno runtime.

# Cargo.toml [dependencies] deno_http = "0.248.0"
INSTALL
IMPORT
SIG · DENO-HTTP
D
deno-http
networkingrustv0.248.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HttpServer
✓ use deno_http::HttpServer;

Creates a new Deno HTTP server instance.

use deno_http::HttpServer; fn main() { let server = HttpServer::new(); println!("Deno HTTP server created"); }
Debug
Known issues
gotchaPrimarily for internal Deno use; may have unstable APIs.
fix
Use with caution and pin to a specific version.
affects: >=0.248.0
Upgrade
Version history
0.248.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources
deno-http — cargo add deno-http · libregistry