summaryrefslogtreecommitdiff
path: root/pear/HTTP.php
Commit message (Expand)AuthorAgeFilesLines
* Maintain headers.Sebastian Bergmann2002-02-281-2/+1
* * Fix bug #15423.Martin Jansen2002-02-111-7/+7
* * Partially fix bug #15423.Martin Jansen2002-02-071-1/+2
* * Fix bug #15313Martin Jansen2002-01-311-1/+1
* - Added HTTP::head($url) which sends a "HEAD" HTTP command to a serverTomas V.V.Cox2002-01-111-2/+54
* wsTomas V.V.Cox2002-01-071-37/+37
* * Convert tabs to spaces.Martin Jansen2001-12-181-35/+36
* be rfc compliant...Sterling Hughes2001-12-141-4/+11
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* use $HTTP_SERVER_VARS, in case register_globals is Off, and use !empty()Chuck Hagenbuch2001-01-311-6/+5
* * updated copyrights (thanks Colin)Stig Bakken2001-01-101-1/+1
* various version 2.0 and 2.01 licenses -> 2.02David Croft2000-07-241-2/+2
* Avoid E_NOTICE errors in PEAR code.Stig Bakken2000-02-271-1/+1
* register packageStig Bakken2000-02-261-0/+3
* Added simple HTTP utility class, currently with Date() andStig Bakken2000-02-261-0/+110