11 #ifndef HTTP_SERVER_HPP 12 #define HTTP_SERVER_HPP 32 explicit server(
const std::string& address,
const std::string& port,
33 const std::string& doc_root);
55 connection_manager connection_manager_;
61 request_handler request_handler_;
67 #endif // HTTP_SERVER_HPP Provides core I/O functionality.
Provides stream-oriented socket functionality.
Provides signal functionality.
server(const std::string &address, const std::string &port, const std::string &doc_root)
Provides the ability to accept new connections.
server & operator=(const server &)=delete
void run()
Run the server's io_service loop.