lighttpd1.4/src/ls-hpack
Glenn Strauss fb7e5a7832 [core] silence coverity warnings in ls-hpack
The code originates from https://github.com/litespeedtech/ls-hpack
and is explicitly documented as not needing to be initialized.

x-ref:
  634c69215f
  d92883ca10
2020-10-20 16:04:48 -04:00
..
LICENSE [core] link in ls-hpack (EXPERIMENTAL) 2020-10-11 11:43:06 -04:00
README.md [core] link in ls-hpack (EXPERIMENTAL) 2020-10-11 11:43:06 -04:00
huff-tables.h [core] link in ls-hpack (EXPERIMENTAL) 2020-10-11 11:43:06 -04:00
lshpack.c [core] silence coverity warnings in ls-hpack 2020-10-20 16:04:48 -04:00
lshpack.h [core] skip ls-hpack decode work unused by lighttpd 2020-10-11 12:19:26 -04:00
lsxpack_header.h [core] link in ls-hpack (EXPERIMENTAL) 2020-10-11 11:43:06 -04:00

README.md

Build Status Build Status Build status

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