mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
9 lines
493 B
Plaintext
9 lines
493 B
Plaintext
Proxygen 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, HTTP/2, and HTTP/3. The goal is
|
|
to provide a simple, performant, and modern C++ HTTP library.
|
|
|
|
WWW: https://github.com/facebook/proxygen
|