API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
Auth_Yadis_PlainHTTPFetcher::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"). |
Réimplémentée à partir de Auth_Yadis_HTTPFetcher.
Auth_Yadis_PlainHTTPFetcher::post | ( | $ | url, |
$ | body, | ||
$ | extra_headers = null |
||
) |
Auth_Yadis_PlainHTTPFetcher::supportsSSL | ( | ) |
Does this fetcher support SSL URLs?
Réimplémentée à partir de Auth_Yadis_HTTPFetcher.