23 #ifndef __LIBS_WEBVIEW_URL_MANAGER_H_
24 #define __LIBS_WEBVIEW_URL_MANAGER_H_
35 class WebRequestProcessor;
44 void unregister_baseurl(
const char *url_prefix);
52 std::map<std::string, WebRequestProcessor *> __processors;
Fawkes library namespace.
Abstract web request processor.
Mutex mutual exclusion lock.