server property

WaServer server
getter/setter pair

A list of functions that return a list of WebRoute objects based on the incoming WebRequest rq.

These functions are used to define the routes available for the API.

Implementation

WaServer server;