projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20af0ab
)
Document HTTP authentication parameters.
author
Jan Schneider
<jan@horde.org>
Tue, 12 Jan 2010 10:11:15 +0000
(11:11 +0100)
committer
Jan Schneider
<jan@horde.org>
Tue, 12 Jan 2010 11:46:04 +0000
(12:46 +0100)
framework/Http/lib/Horde/Http/Client.php
patch
|
blob
|
history
diff --git
a/framework/Http/lib/Horde/Http/Client.php
b/framework/Http/lib/Horde/Http/Client.php
index
6f57c4a
..
913b461
100644
(file)
--- a/
framework/Http/lib/Horde/Http/Client.php
+++ b/
framework/Http/lib/Horde/Http/Client.php
@@
-53,10
+53,14
@@
class Horde_Http_Client
* - request.headers
* - request.method
* - request.data
+ * - request.username
+ * - request.password
+ * - request.authenticationScheme
* - request.proxyServer
* - request.proxyPort
* - request.proxyUser
* - request.proxyPass
+ * - request.proxyAuthenticationScheme
* - request.timeout
*/
public function __construct($args = array())