slackbuilds/libraries/proxygen
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README
ax_prefix_config_h.m4
proxygen.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
proxygen.info libraries/proxygen: Updated for version 2017.09.25.00 2017-09-30 07:19:28 +07:00
proxygen.patch
slack-desc

README

Proxygen: Facebook's C++ HTTP Libraries

This project comprises the core C++ HTTP abstractions used at Facebook.
Internally, it is used as the basis for building many HTTP servers,
proxies, and clients. This release focuses on the common HTTP
abstractions and our simple HTTPServer framework. Future releases will
provide simple client APIs as well. The framework supports HTTP/1.1,
SPDY/3, SPDY/3.1, and HTTP/2. The goal is to provide a simple,
performant, and modern C++ HTTP library.