head	1.1;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1;
locks; strict;
comment	@# @;


1.1
date	2005.02.02.12.42.48;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.1
log
@NEW PORT: www/pear-HTTP_Client (High level HTTP class)

	This is my first port with code from PEAR, so I hope I got
	it right.  I based it off of www/pear-HTTP.

	The HTTP_Client class wraps around HTTP_Request and provides
	a higher level interface for performing multiple HTTP
	requests.

	Features:
	* Manages cookies and referrers between requests
	* Handles HTTP redirection
	* Has methods to set default headers and request parameters
	* Implements the Subject-Observer design pattern: the base class sends
	  events to listeners that do the response processing.

PR:		ports/76995
Submitted by:	Joseph Scott <joseph@@randomnetworks.com>
@
text
@The HTTP_Client class wraps around HTTP_Request and provides a higher level
interface for performing multiple HTTP requests.

Features:
* Manages cookies and referrers between requests
* Handles HTTP redirection
* Has methods to set default headers and request parameters
* Implements the Subject-Observer design pattern: the base class sends 
  events to listeners that do the response processing.

WWW: http://pear.php.net/package/HTTP_Client/
@
