Skip to content

Low-level minimalistic HTTP parser and packer C++ library with a focus on high-performance HTTP/2 agents.

License

Notifications You must be signed in to change notification settings

yadij/http-paxxer

 
 

Repository files navigation

HTTP Paxxer is a C++ library providing HTTP/2 parser and packer classes
with a focus on high-performance support for low-level protocol operations.

HTTP Paxxer targets applications that:

* manage HTTP transport connections,
* manage SSL/TLS encoding of HTTP transport connections,
* manage memory allocations,
* minimize memory copies.

The library can be built and installed from source, usually by running:

        % ./configure
        % make
        % make install

About

Low-level minimalistic HTTP parser and packer C++ library with a focus on high-performance HTTP/2 agents.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 79.0%
  • Perl 11.3%
  • Shell 7.3%
  • C 2.4%