PHP Class Horde_Http_Request_Peclhttp, horde

Author: Chuck Hagenbuch ([email protected])
Inheritance: extends Horde_Http_Request_PeclhttpBase
Datei anzeigen Open project: horde/horde

Protected Properties

Property Type Description
$_httpAuthSchemes array Map of HTTP authentication schemes from Horde_Http constants to HTTP_AUTH constants.

Public Methods

Method Description
__construct ( $args = [] ) Constructor
send ( ) : Horde_Http_Response_Base Send this HTTP request

Method Details

__construct() public method

Constructor
public __construct ( $args = [] )

send() public method

Send this HTTP request
public send ( ) : Horde_Http_Response_Base
return Horde_Http_Response_Base

Property Details

$_httpAuthSchemes protected_oe property

Map of HTTP authentication schemes from Horde_Http constants to HTTP_AUTH constants.
protected array $_httpAuthSchemes
return array