Skip to content

skinkie/libhpack

 
 

Repository files navigation

libhpack

libhpack implements HPACK “Header Compression for HTTP/2.0”, a format adapted to efficiently represent HTTP header fields in the context of the upcoming HTTP/2.0 protocol.

Build Status Coverage Status Coverity Scan Build Status


Getting Started

Build requirements include Cmake, and Check.

git clone --recursive https://github.com/alobbs/libhpack.git
cd libhpack
make

To render the documentation you'd have to execute make doc afterwards. That specific target depends on Sphinx and Doxygen.

Community

Keep track of community news and rub shoulders with the developers:

  • Follow @http2d on Twitter
  • On irc.freenode.net server, in the #cherokee channel
  • Bug Tracker: Issues and RFEs

License

libhpack is distributed under the Simplified BSD License. See the LICENSE file for more info.

References

-- Alvaro Lopez Ortega
alvaro@gnu.org

About

libhpack implements the “Header Compression for HTTP/2.0 protocol” specification

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 93.9%
  • Python 5.2%
  • Other 0.9%