ILIAS
Release_4_1_x_branch Revision 61804
|
Public Member Functions | |
supportsSSL () | |
Does this fetcher support SSL URLs? | |
get ($url, $extra_headers=null) | |
Fetches the specified URL using optional extra headers and returns the server's response. | |
post ($url, $body, $extra_headers=null) | |
Public Member Functions inherited from Auth_Yadis_HTTPFetcher | |
canFetchURL ($url) | |
Return whether a URL can be fetched. | |
allowedURL ($url) | |
Return whether a URL should be allowed. | |
isHTTPS ($url) | |
Is this an https URL? | |
URLHasAllowedScheme ($url) | |
Is this an http or https URL? | |
_findRedirect ($headers, $url) | |
private |
Additional Inherited Members | |
Data Fields inherited from Auth_Yadis_HTTPFetcher | |
$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 $data, Auth_Yadis_HTTPFetcher\$timeout, 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 $data, 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.