MediaWiki
REL1_24
|
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 |
Protected Member Functions | |
readHeader ($fh, $content) | |
Protected Attributes | |
$curlOptions = array() | |
$headerText = "" |
MWHttpRequest implemented using internal curl compiled into PHP.
Definition at line 700 of file HttpFunctions.php.
Reimplemented from MWHttpRequest.
Definition at line 805 of file HttpFunctions.php.
Referenced by execute().
Take care of whatever is necessary to perform the URI request.
Reimplemented from MWHttpRequest.
Definition at line 716 of file HttpFunctions.php.
References array(), canFollowRedirects(), MWHttpRequest\getHeaderList(), MWHttpRequest\parseHeader(), MWHttpRequest\setStatus(), wfDebug(), wfProfileIn(), wfProfileOut(), wfRestoreWarnings(), and wfSuppressWarnings().
CurlHttpRequest::readHeader | ( | $ | fh, |
$ | content | ||
) | [protected] |
resource | $fh | |
string | $content |
Definition at line 711 of file HttpFunctions.php.
CurlHttpRequest::$curlOptions = array() [protected] |
Definition at line 703 of file HttpFunctions.php.
CurlHttpRequest::$headerText = "" [protected] |
Definition at line 704 of file HttpFunctions.php.
Reimplemented from MWHttpRequest.
Definition at line 701 of file HttpFunctions.php.