Horde_Http is a HTTP library.
++ Horde_Http up to Horde 5
The library concentrates on implementing a client making requests and providing http responses in a unified, horde-proprietary interface.
Under the hood, requests and responses are implemented using various technologies, if available:
Code is PHP 5 compatible, unnamespaced and PSR-0 autoloadable
+++ Example usage
TODO
++ Horde_Http in Horde 6
In Horde 6, Horde_Http is redesigned. It now adheres to various standards proposed by the PHP Framework Interoperability Group.
Horde_Http code is also the basis of the new ((Doc/Dev/HordeHttpServer|Horde_Http_Server)), a successor to ((Doc/Dev/HordeController|Horde_Controller)).
+++ Example usage
TODO