http_tiny

Crates.iohttp_tiny
lib.rshttp_tiny
version2.0.0-pre.6
sourcesrc
created_at2021-10-15 00:12:05.849373
updated_at2024-01-25 23:39:55.140232
descriptionA simple, dependency-less HTTP-header builder and parser
homepage
repositoryhttps://github.com/KizzyCode/http-tiny-rust
max_upload_size
id465176
size38,119
Keziah Biermann (KizzyCode)

documentation

README

docs.rs License BSD-2-Clause License MIT crates.io Download numbers AppVeyor CI dependency status

About

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.

Query strings

Please note that query string parsing and percent encoding has been moved to a different crate for ease of maintainance.

Commit count: 0

cargo fmt