6.0.0-beta1
11/29/25

[#10595] Documentation for Horde_Http_Client
Summary Documentation for Horde_Http_Client
Queue Horde Framework Packages
Queue Version Git master
Type Enhancement
State Rejected
Priority 1. Low
Owners
Requester chuck (at) horde (dot) org
Created 09/30/2011 (5174 days ago)
Due
Updated 01/18/2016 (3603 days ago)
Assigned
Resolved 01/18/2016 (3603 days ago)
Milestone
Patch No

History
01/18/2016 11:27:21 AM Jan Schneider Comment #2
State ⇒ Rejected
Reply to this comment
Nothing special about Horde_Http_Client opposed to other packages that 
need docs
09/30/2011 09:27:25 PM Chuck Hagenbuch Comment #1
State ⇒ New
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ Documentation for Horde_Http_Client
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ No
Reply to this comment
starting point:

We now have support for at least basic: 
http://lists.horde.org/archives/commits/2009-October/002003.html

A simple example:

$client = new Horde_Http_Client();
$client->request->username = 'user';
$client->request->password = 'pass';

echo $client->get('url');


You can change the scheme to digest or NTLM if you have support for 
the curl or pecl_http adapters:
$client->request->authenticationScheme = Horde_Http::AUTH_DIGEST;

Saved Queries