freebsd-ports/www/proxygen/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
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)
2022-09-07 23:58:51 +02:00

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.