rest-cpp
REST-like framework and server for blazing fast web applications in C++11
|
Public Member Functions | |
Server (std::string address, int port, Dispatcher *d) | |
void | run () |
Router * | router () |
Static Public Attributes | |
static const int | BACKLOG_SIZE = 1000 |
Server creates socket and listens for incoming connections. Connections are maintained by Dispatcher.