actual_request_handle_t typedef | restinio::router::generic_express_router_t< Regex_Engine, Extra_Data_Factory > | |
actual_request_handler_t typedef | restinio::router::generic_express_router_t< Regex_Engine, Extra_Data_Factory > | |
add_handler(Method_Matcher &&method_matcher, string_view_t route_path, actual_request_handler_t handler) | restinio::router::generic_express_router_t< Regex_Engine, Extra_Data_Factory > | inline |
add_handler(Method_Matcher &&method_matcher, string_view_t route_path, const path2regex::options_t &options, actual_request_handler_t handler) | restinio::router::generic_express_router_t< Regex_Engine, Extra_Data_Factory > | inline |
generic_express_router_t()=default | restinio::router::generic_express_router_t< Regex_Engine, Extra_Data_Factory > | |
generic_express_router_t(generic_express_router_t &&)=default | restinio::router::generic_express_router_t< Regex_Engine, Extra_Data_Factory > | |
http_delete(string_view_t route_path, actual_request_handler_t handler) | restinio::router::generic_express_router_t< Regex_Engine, Extra_Data_Factory > | inline |
http_delete(string_view_t route_path, const path2regex::options_t &options, actual_request_handler_t handler) | restinio::router::generic_express_router_t< Regex_Engine, Extra_Data_Factory > | inline |
http_get(string_view_t route_path, actual_request_handler_t handler) | restinio::router::generic_express_router_t< Regex_Engine, Extra_Data_Factory > | inline |
http_get(string_view_t route_path, const path2regex::options_t &options, actual_request_handler_t handler) | restinio::router::generic_express_router_t< Regex_Engine, Extra_Data_Factory > | inline |
http_head(string_view_t route_path, actual_request_handler_t handler) | restinio::router::generic_express_router_t< Regex_Engine, Extra_Data_Factory > | inline |
http_head(string_view_t route_path, const path2regex::options_t &options, actual_request_handler_t handler) | restinio::router::generic_express_router_t< Regex_Engine, Extra_Data_Factory > | inline |
http_post(string_view_t route_path, actual_request_handler_t handler) | restinio::router::generic_express_router_t< Regex_Engine, Extra_Data_Factory > | inline |
http_post(string_view_t route_path, const path2regex::options_t &options, actual_request_handler_t handler) | restinio::router::generic_express_router_t< Regex_Engine, Extra_Data_Factory > | inline |
http_put(string_view_t route_path, actual_request_handler_t handler) | restinio::router::generic_express_router_t< Regex_Engine, Extra_Data_Factory > | inline |
http_put(string_view_t route_path, const path2regex::options_t &options, actual_request_handler_t handler) | restinio::router::generic_express_router_t< Regex_Engine, Extra_Data_Factory > | inline |
m_handlers | restinio::router::generic_express_router_t< Regex_Engine, Extra_Data_Factory > | private |
m_non_matched_request_handler | restinio::router::generic_express_router_t< Regex_Engine, Extra_Data_Factory > | private |
non_matched_handler_t typedef | restinio::router::generic_express_router_t< Regex_Engine, Extra_Data_Factory > | |
non_matched_request_handler(non_matched_handler_t nmrh) | restinio::router::generic_express_router_t< Regex_Engine, Extra_Data_Factory > | inline |
operator()(actual_request_handle_t req) const | restinio::router::generic_express_router_t< Regex_Engine, Extra_Data_Factory > | inline |
route_entry_t typedef | restinio::router::generic_express_router_t< Regex_Engine, Extra_Data_Factory > | private |