PHP Class Habari\RestHandler

Inheritance: extends ActionHandler
Show file Open project: habari/system

Public Methods

Method Description
act_rest ( ) Handles incoming REST requests for which the user need not be authenticated.
act_verified_rest ( ) Handles incoming REST requests for which the user must be authenticated.

Method Details

act_rest() public method

Used for requests where no verification/authentication is required. Forwards the request to plugin hook registered for the RewriteRule.
public act_rest ( )

act_verified_rest() public method

Used for requests where tokens are provided for verification. Forwards the request to plugin hook registered for the RewriteRule.
See also: act_rest()
public act_verified_rest ( )