lighttpd 1.4.x
https://www.lighttpd.net/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.. | ||
LICENSE | 2 years ago | |
README.md | 2 years ago | |
huff-tables.h | 2 years ago | |
lshpack.c | 2 years ago | |
lshpack.h | 2 years ago | |
lsxpack_header.h | 2 years ago |
README.md
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
- Windows
Copyright (c) 2018 - 2020 LiteSpeed Technologies Inc