http_by_chunks 0.1.0

HTTP builder by chunks
Documentation
1
2
3
4
5
6
7
8
9
# http_by_chunks
[![crates.io](https://img.shields.io/crates/v/http_by_chunks)](https://crates.io/crates/http_by_chunks)
[![docs.rs](https://img.shields.io/docsrs/http_by_chunks)](https://docs.rs/http_by_chunks)
[![Please don't upload to GitHub](https://nogithub.codeberg.page/badge.svg)](https://nogithub.codeberg.page)

Building HTTP Request/Response chunk by chunk through partial buffers.

Low level and limited support of the spec.