-
Notifications
You must be signed in to change notification settings - Fork 1
wqx081/mpr_mpr
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
////// main.cc WebServerOptions options; options.bind_interface = ...; options.port = ...; ... std::unique_ptr<WebServer> web_server = new WebServer(options); web_server->Start(); ////// handler.h void AddTranscoderPathHandler(std::unique_ptr<WebServer>& web_server); void AddReencryptPathHandler(std::unique_ptr<WebServer>& web_server); void RegisterMetricsJsonHandler(std::unique_ptr<WebServer>& webserver, const MetricRegistry* const metrics); ////// handler.cc
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published