10 releases
Uses old Rust 2015
0.2.2 | Mar 29, 2016 |
---|---|
0.2.1 | Oct 21, 2015 |
0.1.4 | Sep 23, 2015 |
0.0.3 | Jul 6, 2015 |
0.0.2 | Jun 19, 2015 |
#45 in #http2
226 downloads per month
31KB
854 lines
http2parse
An HTTP2 frame parser.
Overview
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.
Usage
Use the crates.io repository; add this to your Cargo.toml
along
with the rest of your dependencies:
[dependencies]
http2parse = "0"
Author
Jonathan Reem is the primary author and maintainer of http2parse.
License
MIT
lib.rs
:
http2parse
An HTTP2 frame parser.
Dependencies
~305–570KB