HTTP client request class 2008.01.20 (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 provides support for streaming
request body data in small chunks of undefined
length using chunked transfer encoding for PUT and
POST methods. The example script for sending SOAP
requests was updated to use a Web service that is
currently active.
|