Fawkes API Fawkes Development Version
fawkes::WebviewRestApi Member List

This is the complete list of members for fawkes::WebviewRestApi, including all inherited members.

add_handler(WebRequest::Method method, std::string path, Handler handler)fawkes::WebviewRestApi
add_handler(WebRequest::Method method, std::string path, std::function< std::unique_ptr< WebReply >(WebviewRestParams &)> handler)fawkes::WebviewRestApiinline
add_handler(WebRequest::Method method, std::string path, std::function< O(I &, WebviewRestParams &)> handler)fawkes::WebviewRestApiinline
add_handler(WebRequest::Method method, std::string path, std::function< std::unique_ptr< WebReply >(I, WebviewRestParams &)> handler)fawkes::WebviewRestApiinline
add_handler(WebRequest::Method method, std::string path, std::function< O(WebviewRestParams &)> handler)fawkes::WebviewRestApiinline
Handler typedeffawkes::WebviewRestApi
name() constfawkes::WebviewRestApi
process_request(const WebRequest *request, const std::string &rest_url)fawkes::WebviewRestApi
set_pretty_json(bool pretty)fawkes::WebviewRestApi
WebviewRestApi(const std::string &name, fawkes::Logger *logger)fawkes::WebviewRestApi