HTTPFetcher.php
This module contains the HTTP fetcher interface
PHP versions 4 and 5
LICENSE: See the COPYING file included in this distribution.
Tags
Interfaces, Classes, Traits and Enums
- Auth_Yadis_HTTPResponse
- Auth_Yadis_HTTPFetcher
- This class is the interface for HTTP fetchers the Yadis library uses. This interface is only important if you need to write a new fetcher for some reason.
Table of Contents
- Auth_OpenID_FETCHER_MAX_RESPONSE_KB = 1024
- Auth_OpenID_USER_AGENT = 'php-openid/' . \Auth_OpenID_VERSION . ' (php/' . \phpversion() . ')'
Constants
Auth_OpenID_FETCHER_MAX_RESPONSE_KB
public
mixed
Auth_OpenID_FETCHER_MAX_RESPONSE_KB
= 1024
Auth_OpenID_USER_AGENT
public
mixed
Auth_OpenID_USER_AGENT
= 'php-openid/' . \Auth_OpenID_VERSION . ' (php/' . \phpversion() . ')'