ls-hpack icon indicating copy to clipboard operation
ls-hpack copied to clipboard

LiteSpeed HPACK (RFC7541) Library

Results 4 ls-hpack issues
Sort by recently updated
recently updated
newest added

Such a cool library should be available for everyone!

A little suggestion about `CMakeLists` File: * Is it possible to use a macro to decide whether to ignore `RPATH`? * To determine whether `xxhash` can consider using `find_package`?

So I ended up finding this library since I am planning to give aiohttp http/2 support, and I have already started writing a new frame-parser called [llh2](https://github.com/Vizonex/llh2) which will hopefully...