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

measurement-factory/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