Zend Framework
1.12
|
Static Public Member Functions | |
static | setHttpClient (Zend_Http_Client $httpClient) |
Allows the external environment to make Zend_Oauth use a specific Client instance. | |
static | getHttpClient () |
Return the singleton instance of the HTTP Client. | |
static | clearHttpClient () |
Simple mechanism to delete the entire singleton HTTP Client instance which forces an new instantiation for subsequent requests. | |
Public Attributes | |
const | REQUEST_SCHEME_HEADER = 'header' |
const | REQUEST_SCHEME_POSTBODY = 'postbody' |
const | REQUEST_SCHEME_QUERYSTRING = 'querystring' |
const | GET = 'GET' |
const | POST = 'POST' |
const | PUT = 'PUT' |
const | DELETE = 'DELETE' |
const | HEAD = 'HEAD' |
const | OPTIONS = 'OPTIONS' |
Static Protected Attributes | |
static | $httpClient = null |
|
static |
Simple mechanism to delete the entire singleton HTTP Client instance which forces an new instantiation for subsequent requests.
|
static |
Return the singleton instance of the HTTP Client.
Note that the instance is reset and cleared of previous parameters and Authorization header values.
|
static |
Allows the external environment to make Zend_Oauth use a specific Client instance.
Zend_Http_Client | $httpClient |
|
staticprotected |
const DELETE = 'DELETE' |
const GET = 'GET' |
const HEAD = 'HEAD' |
const OPTIONS = 'OPTIONS' |
const POST = 'POST' |
const PUT = 'PUT' |
const REQUEST_SCHEME_HEADER = 'header' |
const REQUEST_SCHEME_POSTBODY = 'postbody' |
const REQUEST_SCHEME_QUERYSTRING = 'querystring' |