PHP versions 4 and 5
LICENSE: See the COPYING file included in this distribution.
Definition at line 29 of file ParanoidHTTPFetcher.php.
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) |
Auth_Yadis_ParanoidHTTPFetcher.Auth_Yadis_ParanoidHTTPFetcher | ( | ) |
Definition at line 30 of file ParanoidHTTPFetcher.php.
Auth_Yadis_ParanoidHTTPFetcher.reset | ( | ) |
Definition at line 35 of file ParanoidHTTPFetcher.php.
Auth_Yadis_ParanoidHTTPFetcher._writeHeader | ( | $ | ch, | |
$ | header | |||
) |
private
Definition at line 44 of file ParanoidHTTPFetcher.php.
Auth_Yadis_ParanoidHTTPFetcher._writeData | ( | $ | ch, | |
$ | data | |||
) |
private
Definition at line 53 of file ParanoidHTTPFetcher.php.
Auth_Yadis_ParanoidHTTPFetcher.supportsSSL | ( | ) |
Does this fetcher support SSL URLs?
Reimplemented from Auth_Yadis_HTTPFetcher.
Definition at line 66 of file ParanoidHTTPFetcher.php.
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.
Auth_Yadis_ParanoidHTTPFetcher.post | ( | $ | url, | |
$ | body, | |||
$ | extra_headers = null | |||
) |
Definition at line 176 of file ParanoidHTTPFetcher.php.