first take at a new horde_http_client API that allows alternate adapters
authorChuck Hagenbuch <chuck@horde.org>
Wed, 19 Aug 2009 17:08:10 +0000 (13:08 -0400)
committerChuck Hagenbuch <chuck@horde.org>
Wed, 19 Aug 2009 17:08:10 +0000 (13:08 -0400)
commit3998b7ea63418a33d50d1336e31a08cbacf1a15b
tree2d9af75f0a1d3fe03b4c4dd46e2b0d5e1ab939f7
parent7929c73a87a89f86f6d233121b5a57f91bf9f7b7
first take at a new horde_http_client API that allows alternate adapters
framework/Http_Client/lib/Horde/Http/Client.php
framework/Http_Client/lib/Horde/Http/Client/Adapter/Base.php [new file with mode: 0644]
framework/Http_Client/lib/Horde/Http/Client/Adapter/Curl.php [new file with mode: 0644]
framework/Http_Client/lib/Horde/Http/Client/Adapter/Fopen.php [new file with mode: 0644]
framework/Http_Client/lib/Horde/Http/Client/Adapter/Peclhttp.php [new file with mode: 0644]
framework/Http_Client/lib/Horde/Http/Client/Request.php [new file with mode: 0644]
framework/Http_Client/lib/Horde/Http/Client/Response.php
framework/Http_Client/package.xml