1. Home
  2. Browse
  3. ls-qpack

ls-qpack

v2.5.4#0Go to latest

QPACK compression library for use with HTTP/3

Install

Run the following Vcpkg command to install the port.

vcpkg install ls-qpack

Usage

The package ls-qpack can be used via CMake:

find_path(LSQPACK_INCLUDE_DIRS "lsqpack.h")
find_library(LSQPACK_LIBRARY ls-qpack REQUIRED)
target_include_directories(main PRIVATE ${LSQPACK_INCLUDE_DIRS})
target_link_libraries(main PRIVATE ${LSQPACK_LIBRARY})

Dependencies

See source

Version

v2.5.4#0

Publication

Supports

!uwp

GitHub

litespeedtech/ls-qpack78

Homepage

github.com/litespeedtech/ls-qpack

Subtree

6f65fda784

License

MIT

Definition

Manifest