Open3D (C++ API)  0.18.0
Public Types | Public Member Functions
open3d::visualization::webrtc_server::HttpServerRequestHandler Class Reference

#include <HttpServerRequestHandler.h>

Inheritance diagram for open3d::visualization::webrtc_server::HttpServerRequestHandler:

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)
 

Member Typedef Documentation

◆ HttpFunction

typedef std::function<Json::Value(const struct mg_request_info* req_info, const Json::Value&)> open3d::visualization::webrtc_server::HttpServerRequestHandler::HttpFunction

Constructor & Destructor Documentation

◆ HttpServerRequestHandler()

open3d::visualization::webrtc_server::HttpServerRequestHandler::HttpServerRequestHandler ( std::map< std::string, HttpFunction > &  func,
const std::vector< std::string > &  options 
)

The documentation for this class was generated from the following files: