Download List

Descripción del Proyecto

PHP HTTP protocol client is a PHP class for making HTTP requests. It can establish connections via SOCKS or proxy servers and establish secure connections (HTTPS) with optional SSL client certificates. It supports HTTP Basic, HTTP Digest, and NTLM (Windows or Samba) authentication mechanisms. 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 that logs in to Yahoo! and executes actions on behalf of the user, like exporting the address book or sending invitations to Yahoo! groups.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-11-23 20:48 Back to release list
2011.11.23

Esta versión agrega soporte para devolver códigos de error numérico para permitir que la aplicación a tratar errores de acceso HTTP segun el tipo de error. También corrige el manejo incorrecto redirección URL devuelta por los encabezados de respuesta de ubicación.
This release adds support for returning numeric error codes to let the application treat HTTP access errors according to the type of error. It also fixes the handling of malformed redirection URLs returned by the Location response headers.

Project Resources