HTTP client request class 2008.01.03 (Default branch) |
|
|
HTTP client is a PHP class to make HTTP requests.
It can establish connections via a SOCKS server,
send requests via a proxy server, and establish
secure connections (HTTPS) with optional SSL
client certificates. It supports HTTP
authentication mechanisms like HTTP Basic, HTTP
Digest, and NTLM (Windows or Samba). It submits
POST requests with user-defined form values, file
uploading, or with user-defined request bodies. It
handles cookies and automatic redirection
handling. There is an addon class to log in to
Yahoo and execute actions on behalf of the user,
like exporting the address book or sending
invitations to Yahoo groups.
License: BSD License (original)
Changes:
This release introduces the support to establish
connections via a SOCKS 5 server. A new option was
added to avoid using the Curl library when sending
SSL requests.
|