IController

Generic controller

Members

Functions

canHandle
bool canHandle(HTTPServerRequest )

Returns true if the request can be handled by the controller

handle
void handle(HTTPServerRequest req, HTTPServerResponse res)

Handle the client request

Meta