

Horde_Http is a HTTP library.
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
TODO
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 Horde_Http_Server, a successor to Horde_Controller.
TODO