Go to the source code of this file.
Classes | |
| struct | camcom::server::WebSocketHandlers |
| class | camcom::server::HttpServer |
Namespaces | |
| namespace | camcom |
| namespace | camcom::server |
Typedefs | |
| using | camcom::server::HttpRequestHandler = std::function<std::string(const std::string&)> |
| using | camcom::server::HttpRawRequestHandler = std::function<std::pair<std::string, std::string>(const std::string&)> |
| using | camcom::server::WebSocketOnOpen = std::function<void()> |
| using | camcom::server::WebSocketOnMessage = std::function<void(const std::string&)> |
| using | camcom::server::WebSocketOnClose = std::function<void()> |