MediaWiki
REL1_20
|
MWHttpRequest implemented using internal curl compiled into PHP. More...
Public Member Functions | |
canFollowRedirects () | |
execute () | |
Take care of whatever is necessary to perform the URI request. | |
Public Attributes | |
const | SUPPORTS_FILE_POSTS = true |
Static Public Attributes | |
static | $curlMessageMap |
Protected Member Functions | |
readHeader ($fh, $content) | |
Protected Attributes | |
$curlOptions = array() | |
$headerText = "" |
MWHttpRequest implemented using internal curl compiled into PHP.
Definition at line 676 of file HttpFunctions.php.
Reimplemented from MWHttpRequest.
Definition at line 781 of file HttpFunctions.php.
Referenced by execute().
Take care of whatever is necessary to perform the URI request.
Reimplemented from MWHttpRequest.
Definition at line 697 of file HttpFunctions.php.
References canFollowRedirects(), MWHttpRequest\getHeaderList(), MWHttpRequest\parseHeader(), MWHttpRequest\setStatus(), wfDebug(), wfRestoreWarnings(), and wfSuppressWarnings().
CurlHttpRequest::readHeader | ( | $ | fh, |
$ | content | ||
) | [protected] |
CurlHttpRequest::$curlMessageMap [static] |
array( 6 => 'http-host-unreachable', 28 => 'http-timed-out' )
Definition at line 679 of file HttpFunctions.php.
CurlHttpRequest::$curlOptions = array() [protected] |
Definition at line 684 of file HttpFunctions.php.
CurlHttpRequest::$headerText = "" [protected] |
Definition at line 685 of file HttpFunctions.php.
const CurlHttpRequest::SUPPORTS_FILE_POSTS = true |
Reimplemented from MWHttpRequest.
Definition at line 677 of file HttpFunctions.php.