Inherits HttpRequest.
Public Member Functions | |
execute () | |
Take care of whatever is necessary to perform the URI request. | |
Static Public Attributes | |
static | $curlMessageMap |
Protected Member Functions | |
readHeader ($fh, $content) | |
Protected Attributes | |
$curlOptions = array() | |
$headerText = "" |
Definition at line 693 of file HttpFunctions.php.
CurlHttpRequest::execute | ( | ) |
Take care of whatever is necessary to perform the URI request.
Reimplemented from HttpRequest.
Definition at line 707 of file HttpFunctions.php.
References $code, HttpRequest::getHeaderList(), HttpRequest::parseHeader(), HttpRequest::setStatus(), and wfDebug().
CurlHttpRequest::readHeader | ( | $ | fh, | |
$ | content | |||
) | [protected] |
CurlHttpRequest::$curlMessageMap [static] |
Initial value:
array( 6 => 'http-host-unreachable', 28 => 'http-timed-out' )
Definition at line 694 of file HttpFunctions.php.
CurlHttpRequest::$curlOptions = array() [protected] |
Definition at line 699 of file HttpFunctions.php.
CurlHttpRequest::$headerText = "" [protected] |
Definition at line 700 of file HttpFunctions.php.