NAWA app with some basic tests for filters, encoding, environment, and sessions. More...
#include <iostream>
#include <nawa/application.h>
#include <nawa/session/Session.h>
#include <nawa/util/encoding.h>
#include <unistd.h>
Go to the source code of this file.
Functions | |
int | init (nawa::AppInit &appInit) |
int | handleRequest (Connection &connection) |
NAWA app with some basic tests for filters, encoding, environment, and sessions.
Definition in file nawatest.cpp.
int init | ( | nawa::AppInit & | appInit | ) |
Definition at line 33 of file nawatest.cpp.
int handleRequest | ( | Connection & | connection | ) |
Definition at line 75 of file nawatest.cpp.