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) |
A very basic working example to get started.
Definition in file helloworld.cpp.
| int init | ( | AppInit & | appInit | ) |
Definition at line 28 of file helloworld.cpp.
| int handleRequest | ( | Connection & | connection | ) |
Definition at line 32 of file helloworld.cpp.