PEAR classes providing an easy way to perform HTTP requests
HTTP_Request2 provides cleaner API and pluggable Adapters: - Socket adapter, based on old HTTP_Request code, - Curl adapter, wraps around PHP's cURL extension, - Mock adapter, to use for testing packages dependent on HTTP_Request2. It supports POST requests with data and file uploads, basic and digest authentication, cookies, managing cookies across requests, proxies, gzip and deflate encodings, redirects, monitoring the request progress with Observers.
$
pkg install php85-pear-HTTP_Request2Origin
www/pear-HTTP_Request2
Size
571KiB
License
BSD3CLAUSE
Maintainer
sunpoet@FreeBSD.org
Dependencies
3 packages
Required by
8 packages