Crates.io | http_tiny |
lib.rs | http_tiny |
version | 2.0.0-pre.6 |
source | src |
created_at | 2021-10-15 00:12:05.849373 |
updated_at | 2024-01-25 23:39:55.140232 |
description | A simple, dependency-less HTTP-header builder and parser |
homepage | |
repository | https://github.com/KizzyCode/http-tiny-rust |
max_upload_size | |
id | 465176 |
size | 38,119 |
http-tiny
is a small, nearly dependency-less crate to create, serialize, read and parse HTTP/1.1-headers.
It is not designed to be the fastest crate out there, but it's easy to understand and read and flexible enough to be useful as general-purpose HTTP-header crate.
Please note that query string parsing and percent encoding has been moved to a different crate for ease of maintainance.