rustlavel-http 0.7.2

Rustlavel HTTP server, router, middleware pipeline, request/response
Documentation
# rustlavel-http

Rustlavel HTTP server, router, middleware pipeline, request/response.

Part of [Rustlavel](https://github.com/advancedynamic/rustlavel), a full-stack web
framework for Rust written from scratch — no Axum, no hyper, no SeaORM. Tokio is the
only large dependency.

## Using it

Enable it through the meta-crate rather than depending on this one directly, so the
versions stay in step:

It is pulled in by the packages that need it rather than enabled directly.

## Documentation

- [API documentation]https://docs.rs/rustlavel-http
- [The framework]https://github.com/advancedynamic/rustlavel, including the roadmap
  and the design rules this crate is written under

## Licence

MIT.