aboutsummaryrefslogtreecommitdiff
path: root/www/pear-HTTP_Client
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.2.1Martin Wilke2011-06-252-4/+5
| | | | | | | | | PR: 157781 Submitted by: Jin-Sih Lin <linpct@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=276325
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Update to 1.2.0Martin Wilke2008-10-242-4/+4
| | | | | | | | | PR: 128221 Submitted by: Wen heping <wenheping@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=222028
* - Update to 1.1.1Martin Wilke2008-03-262-12/+12
| | | | | | | | | PR: 121974 Submitted by: Anish Mistry <amistry@am-productions.biz> Approved by: maintainer Notes: svn path=/head/; revision=209888
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* Remove pear ports obsolated by devel/pear and switchAlex Dupre2005-12-091-1/+1
| | | | | | | | | dependencies of all the other pear ports. Discussed with: thierry, antonio@php.net Notes: svn path=/head/; revision=150745
* MAINTAINER FIX: www/pear-HTTP_ClientEdwin Groothuis2005-02-051-1/+2
| | | | | | | | | | Looks like this also depends on www/pear-HTTP_Request. PR: ports/77018 Submitted by: Joseph Scott <joseph@randomnetworks.com> Notes: svn path=/head/; revision=128061
* NEW PORT: www/pear-HTTP_Client (High level HTTP class)Edwin Groothuis2005-02-023-0/+38
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> Notes: svn path=/head/; revision=127906