deno/ext/flash
2022-11-22 16:23:58 +05:30
..
01_http.js Reland "perf(ext/flash): optimize response streaming" (#16660) 2022-11-22 16:23:58 +05:30
Cargo.toml chore: forward v1.28.1 release commit to main (#16678) 2022-11-17 02:17:19 +01:00
chunked.rs
lib.rs Reland "perf(ext/flash): optimize response streaming" (#16660) 2022-11-22 16:23:58 +05:30
README.md feat(unstable): change Deno.serve() API (#15498) 2022-08-19 14:36:01 +02:00
request.rs
sendfile.rs Fix: Honor linter rules in CI and locally (#15492) 2022-08-19 08:17:18 -04:00
socket.rs fix(ext/flash): retry write failures (#15591) 2022-09-01 18:58:34 +05:30

flash

Flash is a fast HTTP/1.1 server implementation for Deno.

serve({ fetch: (req) => new Response("Hello World") });