http_by_chunks 0.1.0

HTTP builder by chunks
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "http_by_chunks"
version = "0.1.0"
edition = "2024"
authors = ["Raffaele Ragni <raffaele.ragni@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "HTTP builder by chunks"
homepage = "https://codeberg.org/raffaeleragni/http_by_chunks"
repository = "https://codeberg.org/raffaeleragni/http_by_chunks"
documentation = "https://docs.rs/http_by_chunks"
readme = "README.md"
keywords = ["netcode"]
categories = ["network-programming"]
include = ["/src", "/LICENSE-MIT", "/LICENSE-APACHE"]


[dependencies]
http = "1.3.1"