monoio-http 0.0.1

Low level http implementation for Monoio.
Documentation
1
2
3
4
5
6
7
8
9
10
# 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.