PHP Class Horde_Http_Request_PeclhttpBase, horde

Author: Michael Cramer ([email protected])
Inheritance: extends Horde_Http_Request_Base
Datei anzeigen Open project: horde/horde Class Usage Examples

Protected Properties

Property Type Description
$_httpAuthSchemes array Map of HTTP authentication schemes from Horde_Http constants to implementation specific constants.
$_proxyTypes array Map of proxy types from Horde_Http to implementation specific constants.

Public Methods

Method Description
__construct ( $args = [] ) Constructor.

Protected Methods

Method Description
_httpAuthScheme ( string $httpAuthScheme ) : const Translates a Horde_Http::AUTH_* constant to implementation specific constants.
_httpOptions ( ) : array Generates the HTTP options for the request.
_proxyType ( ) : const Translates a Horde_Http::PROXY_* constant to implementation specific constants.

Method Details

__construct() public method

Constructor.
public __construct ( $args = [] )

_httpAuthScheme() protected method

Translates a Horde_Http::AUTH_* constant to implementation specific constants.
protected _httpAuthScheme ( string $httpAuthScheme ) : const
$httpAuthScheme string A Horde_Http::AUTH_* constant.
return const An implementation specific authentication scheme constant.

_httpOptions() protected method

Generates the HTTP options for the request.
protected _httpOptions ( ) : array
return array array with options

_proxyType() protected method

Translates a Horde_Http::PROXY_* constant to implementation specific constants.
protected _proxyType ( ) : const
return const

Property Details

$_httpAuthSchemes protected_oe property

Map of HTTP authentication schemes from Horde_Http constants to implementation specific 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