Fawkes API
Fawkes Development Version
|
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::WebviewRestApi | inline |
add_handler(WebRequest::Method method, std::string path, std::function< O(I &, WebviewRestParams &)> handler) | fawkes::WebviewRestApi | inline |
add_handler(WebRequest::Method method, std::string path, std::function< std::unique_ptr< WebReply >(I, WebviewRestParams &)> handler) | fawkes::WebviewRestApi | inline |
add_handler(WebRequest::Method method, std::string path, std::function< O(WebviewRestParams &)> handler) | fawkes::WebviewRestApi | inline |
Handler typedef | fawkes::WebviewRestApi | |
name() const | fawkes::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 |