JanRain OpenID Library

HTTPFetcher.php

This module contains the HTTP fetcher interface

PHP versions 4 and 5

LICENSE: See the COPYING file included in this distribution.

Tags
author

JanRain, Inc. openid@janrain.com

copyright

2005-2008 Janrain, Inc.

license

http://www.apache.org/licenses/LICENSE-2.0 Apache

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() . ')'

Search results