|
RESTinio
|
This is the complete list of members for restinio::router::express_router_t< Regex_Engine >, including all inherited members.
| add_handler(http_method_id_t method, string_view_t route_path, express_request_handler_t handler) | restinio::router::express_router_t< Regex_Engine > | inline |
| add_handler(http_method_id_t method, 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()=default | restinio::router::express_router_t< Regex_Engine > | |
| express_router_t(express_router_t &&)=default | restinio::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_handlers | restinio::router::express_router_t< Regex_Engine > | private |
| m_non_matched_request_handler | restinio::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) const | restinio::router::express_router_t< Regex_Engine > | inline |
| route_entry_t typedef | restinio::router::express_router_t< Regex_Engine > | private |
1.8.14