Public Attributes | |
| HttpServerConfig | config |
| std::map< std::string, HttpRequestHandler > | routes |
| std::map< std::string, HttpRawRequestHandler > | raw_routes |
| std::map< std::string, WebSocketHandlers > | websocket_routes |
| std::unique_ptr< httplib::Server > | server |
| std::thread | server_thread |
| std::atomic< bool > | running {false} |
| HttpServerConfig camcom::server::HttpServer::Impl::config |
| std::map<std::string, HttpRawRequestHandler> camcom::server::HttpServer::Impl::raw_routes |
| std::map<std::string, HttpRequestHandler> camcom::server::HttpServer::Impl::routes |
| std::atomic<bool> camcom::server::HttpServer::Impl::running {false} |
| std::unique_ptr<httplib::Server> camcom::server::HttpServer::Impl::server |
| std::thread camcom::server::HttpServer::Impl::server_thread |
| std::map<std::string, WebSocketHandlers> camcom::server::HttpServer::Impl::websocket_routes |