PHP Class Horde_Http_Request_Peclhttp2, horde

Author: Michael Cramer ([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.
$_proxyTypes array Map of proxy types from Horde_Http to implementation specific 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

$_proxyTypes protected_oe property

Map of proxy types from Horde_Http to implementation specific constants.
protected array $_proxyTypes
return array