Extracted at 2014-06-26.
pike.ida.liu.se
[Top]
Fins
Fins.MethodController

Class Fins.MethodController

Description

A controller that implements an endpoint with each method type being handled by a particular handler function

Example

void method_post(Fins.Request request, Fins.Response response, mixed ... args) { }


Inherit FinsController

inherit Fins.FinsController : FinsController