#include <http_server.hpp>
◆ HttpServer()
◆ ~HttpServer()
| camcom::server::HttpServer::~HttpServer |
( |
| ) |
|
◆ getServer()
| void * camcom::server::HttpServer::getServer |
( |
| ) |
|
◆ isRunning()
| bool camcom::server::HttpServer::isRunning |
( |
| ) |
const |
◆ setRawRoute()
◆ setRoute()
| void camcom::server::HttpServer::setRoute |
( |
const std::string & | path, |
|
|
HttpRequestHandler | handler ) |
◆ setWebSocketRoute()
| void camcom::server::HttpServer::setWebSocketRoute |
( |
const std::string & | path, |
|
|
WebSocketHandlers | handlers ) |
◆ start()
| bool camcom::server::HttpServer::start |
( |
| ) |
|
◆ stop()
| void camcom::server::HttpServer::stop |
( |
| ) |
|
The documentation for this class was generated from the following files: