Intro
An Simple http framework for Deno, Deno Deploy and Cloudflare Workers.
Note: Deno native HTTP/2 Hyper requires Deno version 1.9.0 or higher.
#
Features- Lightweight and Fast. see benchmarks.
- HTTP/2 support.
- Middleware support.
- Router support.
- Includes body parser (json, urlencoded, raw, multipart).
- Return directly on handlers.
- Easy deploy to Deno Deploy and Cloudflare Workers.