1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/net/py-pyicap/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

12 lines
564 B
Plaintext

A Python framework for writing ICAP servers (RFC 3507).
ICAP is a protocol that is used by HTTP proxies to ask a separate service (an
ICAP server) to do modification on HTTP requests and responses it proxies. Such
proxy is an ICAP client.
ICAP can be used to check permissions, scan viruses, place ads or otherwise
modify the headers, content or request URL or HTTP requests and/or responses.
These can be done without modifying the proxy server's code.
The popular proxy software Squid 3.x supports the ICAP protocol, and this
framework was tested with Squid3.