ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Public Member Functions | |
supportsSSL () | |
Does this fetcher support SSL URLs? More... | |
get ($url, $extra_headers=null) | |
Fetches the specified URL using optional extra headers and returns the server's response. More... | |
post ($url, $body, $extra_headers=null) | |
![]() | |
canFetchURL ($url) | |
Return whether a URL can be fetched. More... | |
allowedURL ($url) | |
Return whether a URL should be allowed. More... | |
supportsSSL () | |
Does this fetcher implementation (and runtime) support fetching HTTPS URLs? May inspect the runtime environment. More... | |
isHTTPS ($url) | |
Is this an https URL? More... | |
URLHasAllowedScheme ($url) | |
Is this an http or https URL? More... | |
_findRedirect ($headers, $url) | |
@access private More... | |
get ($url, $headers=null) | |
Fetches the specified URL using optional extra headers and returns the server's response. More... | |
Additional Inherited Members | |
![]() | |
$timeout = 20 | |
Definition at line 28 of file PlainHTTPFetcher.php.
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"). |
Reimplemented from Auth_Yadis_HTTPFetcher.
Definition at line 37 of file PlainHTTPFetcher.php.
References $code, $data, $h, $header, Auth_Yadis_HTTPFetcher\$timeout, $url, Auth_Yadis_HTTPFetcher\_findRedirect(), Auth_OpenID_FETCHER_MAX_RESPONSE_KB, Auth_OpenID_USER_AGENT, and Auth_Yadis_HTTPFetcher\canFetchURL().
Auth_Yadis_PlainHTTPFetcher::post | ( | $url, | |
$body, | |||
$extra_headers = null |
|||
) |
Definition at line 151 of file PlainHTTPFetcher.php.
References $code, $data, $header, $url, 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.