Web framework C++
2.0.0
Simple web framework on c++ designed to easily create web pages, etc
|
Go to the source code of this file.
Classes | |
class | FormParser |
Template methods pattern for parsing form. More... | |
Typedefs | |
using | KeyValueStorage = std::unordered_map< std::string, std::string > |
using | KeyEntityStorage = std::unordered_map< std::string, FormEntity * > |
using KeyEntityStorage = std::unordered_map<std::string, FormEntity *> |
using KeyValueStorage = std::unordered_map<std::string, std::string> |