|
rest-cpp
REST-like framework and server for blazing fast web applications in C++11
|
Public Member Functions | |
| Session (std::string i) | |
Static Public Member Functions | |
|
static std::map< std::string, std::shared_ptr< Session > > * | Sessions () |
| static std::shared_ptr< Session > | getSession (std::string) |
| static std::string | generateId () |
| static void | killSessions () |
Public Attributes | |
|
std::map< std::string, std::string > | data |
Session hold data between requests.