NAWA 0.9
Web Application Framework for C++
helloworld.cpp File Reference

A very basic working example to get started. More...

#include <nawa/application.h>

Go to the source code of this file.

Functions

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

Detailed Description

A very basic working example to get started.

Definition in file helloworld.cpp.

Function Documentation

◆ init()

int init ( AppInit appInit)

Definition at line 28 of file helloworld.cpp.

◆ handleRequest()

int handleRequest ( Connection connection)

Definition at line 32 of file helloworld.cpp.