PHP Class Horde_Http_Request_Curl, horde

Author: Chuck Hagenbuch ([email protected])
Inheritance: extends Horde_Http_Request_Base
显示文件 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

Protected Methods

Method Description
_httpAuthScheme ( $httpAuthScheme ) : const Translate a Horde_Http::AUTH_* constant to CURLAUTH_*

Method Details

__construct() public method

Constructor
public __construct ( $args = [] )

_httpAuthScheme() protected method

Translate a Horde_Http::AUTH_* constant to CURLAUTH_*
protected _httpAuthScheme ( $httpAuthScheme ) : const
return const

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