#framework #web #http #async #web-apps #web-server

miniweb

A minimalist and idiomatic async Rust web application middleware framework

1 unstable release

0.0.1 Jul 16, 2022

#392 in #web-server

MIT license

4KB

miniweb

Latest version Documentation License

Miniweb is a minimalist web server and http 1.x api backend that makes use of http-types, serde, async-trait, and async-std. The goal is to provide a very minimal web server that supports fast routing with middleware, filtering, sane error handling, type coercsion with Into/From.

WIP

No runtime deps