Seastar
High performance C++ framework for concurrent servers
|
This is the complete list of members for seastar::httpd::routes, including all inherited members.
add(match_rule *rule, operation_type type=GET) | seastar::httpd::routes | inline |
add(operation_type type, const url &url, handler_base *handler) | seastar::httpd::routes | |
add_alias(const path_description &old_path, const path_description &new_path) | seastar::httpd::routes | |
add_cookie(match_rule *rule, operation_type type) | seastar::httpd::routes | inline |
add_default_handler(handler_base *handler) | seastar::httpd::routes | |
del_cookie(rule_cookie cookie, operation_type type) | seastar::httpd::routes | |
drop(operation_type type, const sstring &url) | seastar::httpd::routes | |
exception_handler_fun typedef (defined in seastar::httpd::routes) | seastar::httpd::routes | |
exception_handler_id typedef (defined in seastar::httpd::routes) | seastar::httpd::routes | |
exception_reply(std::exception_ptr eptr) (defined in seastar::httpd::routes) | seastar::httpd::routes | |
get_exact_match(operation_type type, const sstring &url) const | seastar::httpd::routes | inline |
get_handler(operation_type type, const sstring &url, parameters ¶ms) | seastar::httpd::routes | |
handle(const sstring &path, std::unique_ptr< http::request > req, std::unique_ptr< http::reply > rep) | seastar::httpd::routes | |
put(operation_type type, const sstring &url, handler_base *handler) | seastar::httpd::routes | |
register_exeption_handler(exception_handler_fun fun) | seastar::httpd::routes | inline |
remove_exception_handler(exception_handler_id id) (defined in seastar::httpd::routes) | seastar::httpd::routes | inline |
routes() (defined in seastar::httpd::routes) | seastar::httpd::routes | |
rule_cookie typedef (defined in seastar::httpd::routes) | seastar::httpd::routes | |
~routes() | seastar::httpd::routes |