mirror of
https://github.com/denoland/deno.git
synced 2025-01-05 05:49:20 -05:00
743fcc0668
Regression caused by https://github.com/denoland/deno/pull/15591 |
||
---|---|---|
.. | ||
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") });