25 #ifndef NAWA_APPLICATION_H
26 #define NAWA_APPLICATION_H
27 #define NAWA_VERSION_MAJOR 0
28 #define NAWA_VERSION_MINOR 8
Structure passed to the init function of nawa apps.
Response object to be passed back to NAWA and accessor to the request.
#define NAWA_VERSION_MAJOR
int init(nawa::AppInit &appInit)
const int nawa_version_major
int handleRequest(nawa::Connection &connection)
#define NAWA_VERSION_MINOR
const int nawa_version_minor