NAWA  0.8
Web Application Framework for C++
application.h File Reference

Go to the source code of this file.

Macros

#define NAWA_VERSION_MAJOR   0
 
#define NAWA_VERSION_MINOR   8
 

Functions

int init (nawa::AppInit &appInit)
 
int handleRequest (nawa::Connection &connection)
 

Variables

const int nawa_version_major = NAWA_VERSION_MAJOR
 
const int nawa_version_minor = NAWA_VERSION_MINOR
 

Macro Definition Documentation

◆ NAWA_VERSION_MAJOR

#define NAWA_VERSION_MAJOR   0

Definition at line 27 of file application.h.

◆ NAWA_VERSION_MINOR

#define NAWA_VERSION_MINOR   8

Definition at line 28 of file application.h.

Function Documentation

◆ init()

int init ( nawa::AppInit appInit)

Definition at line 40 of file contactform.cpp.

◆ handleRequest()

int handleRequest ( nawa::Connection connection)

Definition at line 47 of file contactform.cpp.

Variable Documentation

◆ nawa_version_major

const int nawa_version_major = NAWA_VERSION_MAJOR

Definition at line 33 of file application.h.

◆ nawa_version_minor

const int nawa_version_minor = NAWA_VERSION_MINOR

Definition at line 34 of file application.h.