

Public Member Functions | |
| supportsSSL () | |
| get ($url, $extra_headers=null) | |
| post ($url, $body, $extra_headers=null) | |
Definition at line 28 of file PlainHTTPFetcher.php.
| Auth_Yadis_PlainHTTPFetcher::get | ( | $ | url, | |
| $ | extra_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 37 of file PlainHTTPFetcher.php.
References $value, Auth_Yadis_HTTPFetcher::_findRedirect(), and Auth_Yadis_HTTPFetcher::canFetchURL().
| Auth_Yadis_PlainHTTPFetcher::post | ( | $ | url, | |
| $ | body, | |||
| $ | extra_headers = null | |||
| ) |
Definition at line 153 of file PlainHTTPFetcher.php.
References $value, and Auth_Yadis_HTTPFetcher::canFetchURL().
| Auth_Yadis_PlainHTTPFetcher::supportsSSL | ( | ) |
Does this fetcher support SSL URLs?
Reimplemented from Auth_Yadis_HTTPFetcher.
Definition at line 32 of file PlainHTTPFetcher.php.
1.4.7