Crates.io | http-box |
lib.rs | http-box |
version | 0.1.6 |
source | src |
created_at | 2016-12-06 21:55:45.715346 |
updated_at | 2023-08-28 19:41:10.516667 |
description | Fast push/callback oriented HTTP parser |
homepage | https://github.com/seankerr/rust-http-box |
repository | https://github.com/seankerr/rust-http-box |
max_upload_size | |
id | 7497 |
size | 619,209 |
http-box is a push oriented HTTP 1 & 2 parser with the goal of remaining fast and bare bones. Utilities are provided for handling additional HTTP details such as query parsing, decoding hex encoded strings, and header field parsing.
The intent of http-box is to parse HTTP content and nothing more, so you will
not find Request
or Response
types within the library. They have not been
ruled out entirely, however, if they are provided at any future point, they will
be provided by a utility crate.
http-box will happily process any &[u8]
data, and is not tied to any socket or
network dependencies.
https://docs.rs/http-box/0.1.6/http_box/