API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5

Référence de la classe Auth_Yadis_HTTPFetcher

Graphe d'héritage de Auth_Yadis_HTTPFetcher:

Liste de tous les membres

Fonctions membres publiques

Attributs publics


Documentation des fonctions membres

Auth_Yadis_HTTPFetcher::_findRedirect ( headers)

private

Auth_Yadis_HTTPFetcher::allowedURL ( url)

Return whether a URL should be allowed. Override this method to conform to your local policy.

By default, will attempt to fetch any http or https URL.

Auth_Yadis_HTTPFetcher::canFetchURL ( url)

Return whether a URL can be fetched. Returns false if the URL scheme is not allowed or is not supported by this fetcher implementation; returns true otherwise.

Renvoie:
bool
Auth_Yadis_HTTPFetcher::get ( url,
headers 
)

Fetches the specified URL using optional extra headers and returns the server's response.

Paramètres:
string$urlThe URL to be fetched.
array$extra_headersAn array of header strings (e.g. "Accept: text/html").
Renvoie:
mixed $result An array of ($code, $url, $headers, $body) if the URL could be fetched; null if the URL does not pass the URLHasAllowedScheme check or if the server's response is malformed.

Réimplémentée dans Auth_Yadis_ParanoidHTTPFetcher, et Auth_Yadis_PlainHTTPFetcher.

Auth_Yadis_HTTPFetcher::isHTTPS ( url)

Is this an https URL?

private

Auth_Yadis_HTTPFetcher::supportsSSL ( )

Does this fetcher implementation (and runtime) support fetching HTTPS URLs? May inspect the runtime environment.

Renvoie:
bool $support True if this fetcher supports HTTPS fetching; false if not.

Réimplémentée dans Auth_Yadis_ParanoidHTTPFetcher, et Auth_Yadis_PlainHTTPFetcher.

Auth_Yadis_HTTPFetcher::URLHasAllowedScheme ( url)

Is this an http or https URL?

private


Documentation des données membres

Auth_Yadis_HTTPFetcher::$timeout = 20

La documentation de cette classe a été générée à partir du fichier suivant :