Web framework C++
2.0.0
Simple web framework on c++ designed to easily create web pages, etc
|
#include <list>
#include <unordered_map>
#include "handler.h"
#include "network.h"
#include "redirect_response.h"
#include "log_manager.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... | |