Web framework C++  2.0.0
Simple web framework on c++ designed to easily create web pages, etc
Classes
app.h File Reference
#include <list>
#include <unordered_map>
#include "handler.h"
#include "network.h"
#include "redirect_response.h"
#include "log_manager.h"
Include dependency graph for app.h:

Go to the source code of this file.

Classes

class  App
 The main class of the framework. Each object of this class is an independent web-application, which could be configured by handlers, middleware etc. More...