mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
7 lines
450 B
Plaintext
7 lines
450 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.
|