Registry / networking / ls-qpack

ls-qpack

JSON →
library2.6.2vcpkgunverified

QPACK compression library for use with HTTP/3

vcpkg install ls-qpack
INSTALL
IMPORT
SIG · LS-QPACK
L
ls-qpack
networkingcppv2.6.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

lsqpack.h
#include <lsqpack.h>

Initialize a QPACK encoder

#include <lsqpack.h> #include <iostream> int main() { struct lsqpack_enc enc; lsqpack_enc_init(&enc, nullptr, 0, 0, 0, 0, nullptr); std::cout << "QPACK encoder initialized" << std::endl; lsqpack_enc_cleanup(&enc); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.6.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

ls-qpack — pip install ls-qpack · libregistry