mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
643eb91e6f
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
9 lines
487 B
Text
9 lines
487 B
Text
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.
|