pecl_http, cURL, and fopen requests all work for the basics now
authorChuck Hagenbuch <chuck@horde.org>
Tue, 15 Sep 2009 03:38:30 +0000 (23:38 -0400)
committerChuck Hagenbuch <chuck@horde.org>
Tue, 15 Sep 2009 03:38:30 +0000 (23:38 -0400)
commit4dfca4614d1acdedb7741e9e37f2f9bc6dd4c140
tree95a36830048ffe79271c0196fb3987895c9673c9
parent0b6c8ad09fa87a0ef0c78b004b52a26b393b7834
pecl_http, cURL, and fopen requests all work for the basics now
framework/Http/lib/Horde/Http/Request/Curl.php
framework/Http/lib/Horde/Http/Request/Peclhttp.php
framework/Http/lib/Horde/Http/Response/Base.php
framework/Http/lib/Horde/Http/Response/Curl.php
framework/Http/lib/Horde/Http/Response/Fopen.php
framework/Http/lib/Horde/Http/Response/Mock.php [new file with mode: 0644]
framework/Http/lib/Horde/Http/Response/Peclhttp.php