Fawkes API Fawkes Development Version
|
This is the complete list of members for fawkes::WebviewRouter< T >, including all inherited members.
add(WebRequest::Method method, const std::string &path, T handler, int weight) | fawkes::WebviewRouter< T > | inline |
add(WebRequest::Method method, const std::string &path, T handler) | fawkes::WebviewRouter< T > | inline |
find_handler(const WebRequest *request, std::map< std::string, std::string > &path_args) | fawkes::WebviewRouter< T > | inline |
find_handler(WebRequest::Method method, const std::string &path, std::map< std::string, std::string > &path_args) | fawkes::WebviewRouter< T > | inline |
remove(WebRequest::Method method, const std::string &path) | fawkes::WebviewRouter< T > | inline |