mirror of
https://github.com/denoland/deno.git
synced 2025-01-07 22:58:24 -05:00
fc16ba5411
…ed promises in mind (#16616)"
This reverts commit
|
||
---|---|---|
.. | ||
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") });