mirror of
https://github.com/denoland/deno.git
synced 2024-11-23 15:16:54 -05:00
60b0deb726
Introduces `SafeSetIterator` and `SafeMapIterator` to primordials |
||
---|---|---|
.. | ||
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") });