https://github.com/kizzycode/http-tiny-rust
This library provides basic functionality to create/send and receive/parse HTTP-headers and -bodies
https://github.com/kizzycode/http-tiny-rust
Last synced: 21 days ago
JSON representation
This library provides basic functionality to create/send and receive/parse HTTP-headers and -bodies
- Host: GitHub
- URL: https://github.com/kizzycode/http-tiny-rust
- Owner: KizzyCode
- Created: 2018-01-10T17:51:08.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-25T23:37:39.000Z (almost 2 years ago)
- Last Synced: 2025-04-10T14:17:05.148Z (9 months ago)
- Language: Rust
- Size: 150 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE BSD 2-CLAUSE.md
Awesome Lists containing this project
README
[](https://docs.rs/http-tiny)
[](https://opensource.org/licenses/BSD-2-Clause)
[](https://opensource.org/licenses/MIT)
[](https://crates.io/crates/http-tiny)
[](https://crates.io/crates/http-tiny)
[](https://ci.appveyor.com/project/KizzyCode/http-tiny-rust)
[](https://deps.rs/crate/http-tiny)
# 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](https://crates.io/crates/querystring_tiny) for ease of maintainance.