mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
b32a6f8ad2
There's no point for this API to expect result. If something fails it should result in a panic during build time to signal to embedder that setup is wrong. |
||
---|---|---|
.. | ||
01_http.js | ||
Cargo.toml | ||
chunked.rs | ||
lib.rs | ||
README.md | ||
request.rs | ||
sendfile.rs | ||
socket.rs |
flash
Flash is a fast HTTP/1.1 server implementation for Deno.
serve({ fetch: (req) => new Response("Hello World") });