deno_flash 0.2.0

Fast HTTP/1 server implementation for Deno
Documentation
1
2
3
4
5
6
7
# flash

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

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