![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <HttpServerRequestHandler.h>


Public Types | |
| typedef std::function< Json::Value(const struct mg_request_info *req_info, const Json::Value &)> | HttpFunction |
Public Member Functions | |
| HttpServerRequestHandler (std::map< std::string, HttpFunction > &func, const std::vector< std::string > &options) | |
Definition at line 31 of file HttpServerRequestHandler.h.
| typedef std::function<Json::Value(const struct mg_request_info* req_info, const Json::Value&)> cloudViewer::visualization::webrtc_server::HttpServerRequestHandler::HttpFunction |
Definition at line 35 of file HttpServerRequestHandler.h.
| cloudViewer::visualization::webrtc_server::HttpServerRequestHandler::HttpServerRequestHandler | ( | std::map< std::string, HttpFunction > & | func, |
| const std::vector< std::string > & | options | ||
| ) |
Definition at line 126 of file HttpServerRequestHandler.cpp.