0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/ext/flash
Bartek Iwańczuk 8986e2ced4
v1.25.0
2022-08-25 00:20:07 +02:00
..
01_http.js fix(unstable): finish HTTP response for 205 and 304 responses (#15584) 2022-08-24 21:26:57 +02:00
Cargo.toml v1.25.0 2022-08-25 00:20:07 +02:00
chunked.rs feat(ext/flash): An optimized http/1.1 server (#15405) 2022-08-18 17:35:02 +05:30
lib.rs fix(unstable): Deno.serve() can parse hostnames (#15579) 2022-08-24 16:38:51 +02:00
README.md feat(unstable): change Deno.serve() API (#15498) 2022-08-19 14:36:01 +02:00
request.rs fix(ext/flash): concurrent response streams (#15493) 2022-08-19 10:14:56 +05:30
sendfile.rs Fix: Honor linter rules in CI and locally (#15492) 2022-08-19 08:17:18 -04:00

flash

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

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