Class Request
/system/libraries/Request.php line 41
Automatically extracted PHP DOC comment from code: END OF PHP DOC
Class Request
Provide methods to handle HTTP request. This class uses some functions of
Drupal's HTTP request class that you can find on http://drupal.org.
Methods
- public hasError()
- public send(string $strUrl, string $strData, string $strMethod)
- public setHeader(string $strKey, mixed $varValue)
- public __construct()
- public __get(string $strKey)
- public __set(string $strKey, mixed $varValue)
Properties
- protected array $arrHeaders
- protected array $arrResponseHeaders
- protected integer $intCode
- protected string $strData
- protected string $strError
- protected string $strMethod
- protected string $strRequest
- protected string $strResponse
Add a comment