mirror of
https://github.com/denoland/deno.git
synced 2024-12-27 17:49:08 -05:00
cd21cff299
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> Co-authored-by: Ben Noordhuis <info@bnoordhuis.nl> Co-authored-by: crowlkats <crowlkats@toaxl.com> Co-authored-by: Ryan Dahl <ry@tinyclouds.org> |
||
---|---|---|
.. | ||
01_http.js | ||
Cargo.toml | ||
chunked.rs | ||
lib.rs | ||
README.md | ||
sendfile.rs |
flash
Flash is a fast HTTP/1.1 server implementation for Deno.
serve((req) => new Response("Hello World"));