|
TYPO3 API
SVNRelease
|


Public Member Functions | |
| Auth_Yadis_ParanoidHTTPFetcher () | |
| reset () | |
| _writeHeader ($ch, $header) | |
| _writeData ($ch, $data) | |
| supportsSSL () | |
| get ($url, $extra_headers=null) | |
| post ($url, $body, $extra_headers=null) | |
Definition at line 29 of file ParanoidHTTPFetcher.php.
| Auth_Yadis_ParanoidHTTPFetcher::_writeData | ( | $ | ch, |
| $ | data | ||
| ) |
private
Definition at line 53 of file ParanoidHTTPFetcher.php.
| Auth_Yadis_ParanoidHTTPFetcher::_writeHeader | ( | $ | ch, |
| $ | header | ||
| ) |
private
Definition at line 44 of file ParanoidHTTPFetcher.php.
| Auth_Yadis_ParanoidHTTPFetcher::Auth_Yadis_ParanoidHTTPFetcher | ( | ) |
Definition at line 30 of file ParanoidHTTPFetcher.php.
References reset().
| Auth_Yadis_ParanoidHTTPFetcher::get | ( | $ | url, |
| $ | headers = null |
||
| ) |
Fetches the specified URL using optional extra headers and returns the server's response.
| string | $url | The URL to be fetched. |
| array | $extra_headers | An array of header strings (e.g. "Accept: text/html"). |
Reimplemented from Auth_Yadis_HTTPFetcher.
Definition at line 78 of file ParanoidHTTPFetcher.php.
References $GLOBALS, $value, Auth_Yadis_HTTPFetcher\_findRedirect(), Auth_Yadis_HTTPFetcher\allowedURL(), Auth_Yadis_HTTPFetcher\canFetchURL(), Auth_OpenID\log(), and reset().
| Auth_Yadis_ParanoidHTTPFetcher::post | ( | $ | url, |
| $ | body, | ||
| $ | extra_headers = null |
||
| ) |
Definition at line 189 of file ParanoidHTTPFetcher.php.
References $GLOBALS, $value, Auth_Yadis_HTTPFetcher\canFetchURL(), Auth_OpenID\log(), and reset().
| Auth_Yadis_ParanoidHTTPFetcher::reset | ( | ) |
Definition at line 35 of file ParanoidHTTPFetcher.php.
Referenced by Auth_Yadis_ParanoidHTTPFetcher(), get(), and post().
| Auth_Yadis_ParanoidHTTPFetcher::supportsSSL | ( | ) |
Does this fetcher support SSL URLs?
Reimplemented from Auth_Yadis_HTTPFetcher.
Definition at line 66 of file ParanoidHTTPFetcher.php.
1.7.5.1