Crates.io | http2parse |
lib.rs | http2parse |
version | 0.2.2 |
source | src |
created_at | 2015-06-08 09:32:05.554128 |
updated_at | 2016-03-29 03:57:33.034619 |
description | An HTTP2 frame parser. |
homepage | |
repository | https://github.com/reem/rust-http2parse.git |
max_upload_size | |
id | 2338 |
size | 31,673 |
An HTTP2 frame parser.
A parser for HTTP2 frames. http2parse implements fast decoding of all HTTP2 frames into an efficient typed representation with no copying of frame payload data.
http2parse does not implement HPACK encoding and decoding, which will likely end up in a different crate.
Use the crates.io repository; add this to your Cargo.toml
along
with the rest of your dependencies:
[dependencies]
http2parse = "0"
Jonathan Reem is the primary author and maintainer of http2parse.
MIT