Seastar
High performance C++ framework for concurrent servers
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
seastar::httpd::routes Member List

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::routesinline
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::routesinline
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) constseastar::httpd::routesinline
get_handler(operation_type type, const sstring &url, parameters &params)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::routesinline
remove_exception_handler(exception_handler_id id) (defined in seastar::httpd::routes)seastar::httpd::routesinline
routes() (defined in seastar::httpd::routes)seastar::httpd::routes
rule_cookie typedef (defined in seastar::httpd::routes)seastar::httpd::routes
~routes()seastar::httpd::routes