HTTP_OAuth | --HTTP_OAuth_Message | --HTTP_OAuth_Provider_Request
[line 45]
[line 52]
void __construct( )
array|null apacheRequestHeaders( )
If the function exists to get the request headers from apache use it to get them, otherwise return null. Abstracted for testing purposes.
string|null getHeader( string $header)
void getHeaders( )
string getPostData( )
string|null getQueryString( )
string getRequestMethod( )
string|null getRequestUri( )
Checks if the schema/host is included and strips it. Thanks Naosumi! Bug #16800
string getUrl( )
bool isValidSignature( string $consumerSecret, [string $tokenSecret = ''])
array parseQueryString( string $string)
Does not urldecode the name or values like $_GET and $_POST
array|null peclHttpHeaders( )
If the pecl_http extension is loaded use it to get the incoming request headers, otherwise return null. Abstracted for testing purposes.
void setHeaders( [ $headers = array()])
void setParametersFromRequest( )