Interface: IRequestHandler

Interface for handling the API requests.

Known implementations

Authors

Oleg Schildt

Package

Source code

 

Methods
public

Method that is called to handle the request.


Method: IRequestHandler::handleRequest()

function handleRequest(): void;

Method that is called to handle the request.

Returns

void

Authors

Oleg Schildt

Source code