

PHP versions 4 and 5
LICENSE: See the COPYING file included in this distribution.
Definition at line 28 of file PlainHTTPFetcher.php.
Public Member Functions | |
| supportsSSL () | |
| get ($url, $extra_headers=null) | |
| post ($url, $body, $extra_headers=null) | |
| Auth_Yadis_PlainHTTPFetcher.supportsSSL | ( | ) |
Does this fetcher support SSL URLs?
Reimplemented from Auth_Yadis_HTTPFetcher.
Definition at line 32 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.
| Auth_Yadis_PlainHTTPFetcher.post | ( | $ | url, | |
| $ | body, | |||
| $ | extra_headers = null | |||
| ) |
Definition at line 153 of file PlainHTTPFetcher.php.
1.5.5