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.

2009-04-06 23:17
2009.04.02

Esta versión corrige la GetRequestArguments función de lo que se restablece el error interno variable para evitar la acumulación de errores sobre las solicitudes consecutivas para diferentes URLs o el uso de servidores proxy diferentes.
This release fixes the GetRequestArguments function so it resets the internal error variable to avoid accumulating errors over consecutive requests to different URLs or using different proxy servers.

2008-03-18 10:16
2008.03.18

Un error que impedía acceder a sitios SSL a través de apoderados fue corregido. Unas pocas funciones con argumentos que realmente no deben ser pasados por referencia se fija.
Tags: Major bugfixes
A bug that was preventing to access SSL sites via proxies was fixed. A few functions with arguments that really did not need to be passed by reference were fixed.

2008-02-25 13:54
2008.02.23

Esta versión incluye el soporte para SOCKS versión 4 del protocolo.
Tags: Major feature enhancements
This release adds support for SOCKS protocol
version 4.

2008-02-07 15:44
2008.02.04

Esta versión incluye el soporte para establecer conexiones SSL a través de la no-SSL proxy HTTP.
Tags: Major feature enhancements
This release adds support for establishing SSL connections via non-SSL HTTP proxies.

2008-01-21 08:55
2008.01.20

Esta versión proporciona compatibilidad para la transmisión de datos cuerpo de la solicitud en pequeños trozos de longitud indefinida mediante transferencia fragmentada de codificación para los métodos PUT y POST. El script de ejemplo para el envío de peticiones SOAP se ha actualizado para utilizar un servicio Web que está activo actualmente.
Tags: Major feature enhancements
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.

Project Resources