11 releases (4 stable)

2.0.0-pre.6 Jan 25, 2024
2.0.0-pre.3 Jan 17, 2024
2.0.0-pre.2 Sep 17, 2022
2.0.0-pre.1 Aug 11, 2022
0.9.0 Oct 15, 2021

#1612 in Network programming

Download history 8/week @ 2024-01-15 6/week @ 2024-01-22 27/week @ 2024-02-26 173/week @ 2024-04-01

173 downloads per month

BSD-2-Clause OR MIT

25KB
519 lines

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.

No runtime deps

Features