RESTinio
restinio::router::generic_express_router_t< Regex_Engine, Extra_Data_Factory > Member List

This is the complete list of members for restinio::router::generic_express_router_t< Regex_Engine, Extra_Data_Factory >, including all inherited members.

actual_request_handle_t typedefrestinio::router::generic_express_router_t< Regex_Engine, Extra_Data_Factory >
actual_request_handler_t typedefrestinio::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()=defaultrestinio::router::generic_express_router_t< Regex_Engine, Extra_Data_Factory >
generic_express_router_t(generic_express_router_t &&)=defaultrestinio::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_handlersrestinio::router::generic_express_router_t< Regex_Engine, Extra_Data_Factory >private
m_non_matched_request_handlerrestinio::router::generic_express_router_t< Regex_Engine, Extra_Data_Factory >private
non_matched_handler_t typedefrestinio::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) constrestinio::router::generic_express_router_t< Regex_Engine, Extra_Data_Factory >inline
route_entry_t typedefrestinio::router::generic_express_router_t< Regex_Engine, Extra_Data_Factory >private