PHP Class Auth_Yadis_ParanoidHTTPFetcher

Inheritance: extends Auth_Yadis_HTTPFetcher
Exibir arquivo Open project: openid/php-openid

Public Methods

Method Description
__construct ( )
_writeData ( $ch, $data )
_writeHeader ( $ch, $header )
get ( $url, $extra_headers = null )
post ( $url, $body, $extra_headers = null )
reset ( )
supportsSSL ( ) Does this fetcher support SSL URLs?

Method Details

__construct() public method

public __construct ( )

_writeData() public method

public _writeData ( $ch, $data )

_writeHeader() public method

public _writeHeader ( $ch, $header )

get() public method

public get ( $url, $extra_headers = null )

post() public method

public post ( $url, $body, $extra_headers = null )

reset() public method

public reset ( )

supportsSSL() public method

Does this fetcher support SSL URLs?
public supportsSSL ( )