Curl HTTP Client is a PHP class that implements an HTTP client using the PHP Curl library extension. It can perform HTTP GET or POST requests, taking an array as the list of POST parameters. The class can set request referrer, authentication credentials, connection peer IP address, etc. It can also upload and download files, use a proxy, and collect cookies sent by the server in a cookie jar file.
| Tags | Internet Web Dynamic Content CGI Tools/Libraries Software Development Libraries php classes |
|---|---|
| Operating Systems | OS Independent |
| Implementation | PHP |