# flash

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

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