https://github.com/litespeedtech/ls-hpack
LiteSpeed HPACK (RFC7541) Library
https://github.com/litespeedtech/ls-hpack
decoder encoder h2 hpack http2 rfc-7541 rfc7541
Last synced: about 1 month ago
JSON representation
LiteSpeed HPACK (RFC7541) Library
- Host: GitHub
- URL: https://github.com/litespeedtech/ls-hpack
- Owner: litespeedtech
- License: mit
- Created: 2018-04-27T18:42:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-12T20:07:44.000Z (3 months ago)
- Last Synced: 2025-04-09T18:19:04.070Z (about 1 month ago)
- Topics: decoder, encoder, h2, hpack, http2, rfc-7541, rfc7541
- Language: C
- Size: 2.44 MB
- Stars: 43
- Watchers: 11
- Forks: 24
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.com/litespeedtech/ls-hpack)
[](https://cirrus-ci.com/github/litespeedtech/ls-hpack)
[](https://ci.appveyor.com/project/litespeedtech/ls-hpack)LS-HPACK: LiteSpeed HPACK Library
=================================Description
-----------LS-HPACK provides functionality to encode and decode HTTP headers using
HPACK compression mechanism specified in RFC 7541.Documentation
-------------The API is documented in include/lshpack.h. To see usage examples,
see the unit tests.Requirements
------------To build LS-HPACK, you need CMake. The library uses XXHASH at runtime.
Platforms
---------The library has been tested on the following platforms:
- Linux
- FreeBSD
- WindowsCopyright (c) 2018 - 2020 LiteSpeed Technologies Inc