RESTinio
restinio::router::express_router_t< Regex_Engine > Member List

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

add_handler(Method_Matcher &&method_matcher, string_view_t route_path, express_request_handler_t handler)restinio::router::express_router_t< Regex_Engine >inline
add_handler(Method_Matcher &&method_matcher, string_view_t route_path, const path2regex::options_t &options, express_request_handler_t handler)restinio::router::express_router_t< Regex_Engine >inline
express_router_t()=defaultrestinio::router::express_router_t< Regex_Engine >
express_router_t(express_router_t &&)=defaultrestinio::router::express_router_t< Regex_Engine >
http_delete(string_view_t route_path, express_request_handler_t handler)restinio::router::express_router_t< Regex_Engine >inline
http_delete(string_view_t route_path, const path2regex::options_t &options, express_request_handler_t handler)restinio::router::express_router_t< Regex_Engine >inline
http_get(string_view_t route_path, express_request_handler_t handler)restinio::router::express_router_t< Regex_Engine >inline
http_get(string_view_t route_path, const path2regex::options_t &options, express_request_handler_t handler)restinio::router::express_router_t< Regex_Engine >inline
http_head(string_view_t route_path, express_request_handler_t handler)restinio::router::express_router_t< Regex_Engine >inline
http_head(string_view_t route_path, const path2regex::options_t &options, express_request_handler_t handler)restinio::router::express_router_t< Regex_Engine >inline
http_post(string_view_t route_path, express_request_handler_t handler)restinio::router::express_router_t< Regex_Engine >inline
http_post(string_view_t route_path, const path2regex::options_t &options, express_request_handler_t handler)restinio::router::express_router_t< Regex_Engine >inline
http_put(string_view_t route_path, express_request_handler_t handler)restinio::router::express_router_t< Regex_Engine >inline
http_put(string_view_t route_path, const path2regex::options_t &options, express_request_handler_t handler)restinio::router::express_router_t< Regex_Engine >inline
m_handlersrestinio::router::express_router_t< Regex_Engine >private
m_non_matched_request_handlerrestinio::router::express_router_t< Regex_Engine >private
non_matched_request_handler(non_matched_request_handler_t nmrh)restinio::router::express_router_t< Regex_Engine >inline
operator()(request_handle_t req) constrestinio::router::express_router_t< Regex_Engine >inline
route_entry_t typedefrestinio::router::express_router_t< Regex_Engine >private