freebsd-ports/www/nghttp2/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

6 lines
310 B
Text

nghttp2 is an implementation of HTTP/2 and its header compression algorithm
HPACK in C.
The framing layer of HTTP/2 is implemented as a form of reusable C library. On
top of that, we have implemented HTTP/2 client, server and proxy. We have also
developed load test and benchmarking tool for HTTP/2 and SPDY.