PHP Class Horde_Http_Request_Peclhttp, horde

Author: Chuck Hagenbuch ([email protected])
Inheritance: extends Horde_Http_Request_PeclhttpBase
Afficher le fichier Open project: horde/horde

Protected Properties

Свойство Type Description
$_httpAuthSchemes array Map of HTTP authentication schemes from Horde_Http constants to HTTP_AUTH constants.

Méthodes publiques

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

Method Details

__construct() public méthode

Constructor
public __construct ( $args = [] )

send() public méthode

Send this HTTP request
public send ( ) : Horde_Http_Response_Base
Résultat 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
Résultat array