# Monoio-HTTP
Monoio-HTTP is a low level crate for http with Monoio runtime. We use pure async and await to interact with io.
## Features
- [x] Client/server side encoder/decoder
- [x] Chunked support
- [ ] Trailer support
## Note
This crate is a work in progress.