# miniweb [![Latest version](https://img.shields.io/crates/v/tide-flash.svg)](https://crates.io/crates/miniweb) [![Documentation](https://docs.rs/tide-flash/badge.svg)](https://docs.rs/miniweb) ![License](https://img.shields.io/crates/l/miniweb.svg) Miniweb is a minimalist web server and http 1.x api backend that makes use of [http-types](https://docs.rs/http-types), [serde](https://docs.rs/serde), [async-trait](https://docs.rs/async-trait), and [async-std](https://docs.rs/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