Skip to content

reem/rust-http2parse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages