Seastar
High performance C++ framework for concurrent servers
seastar::httpd::api_registry Member List

This is the complete list of members for seastar::httpd::api_registry, including all inherited members.

_base_path (defined in seastar::httpd::api_registry_base)seastar::httpd::api_registry_baseprotected
_file_directory (defined in seastar::httpd::api_registry_base)seastar::httpd::api_registry_baseprotected
_mandatory_param (defined in seastar::httpd::handler_base)seastar::httpd::handler_base
_routes (defined in seastar::httpd::api_registry_base)seastar::httpd::api_registry_baseprotected
api_registry(routes &routes, const sstring &file_directory, const sstring &base_path) (defined in seastar::httpd::api_registry)seastar::httpd::api_registryinline
api_registry_base(routes &routes, const sstring &file_directory, const sstring &base_path) (defined in seastar::httpd::api_registry_base)seastar::httpd::api_registry_baseinline
handle(const sstring &path, std::unique_ptr< http::request > req, std::unique_ptr< http::reply > rep) overrideseastar::httpd::api_registryinlinevirtual
handler_base()=default (defined in seastar::httpd::handler_base)seastar::httpd::handler_baseprotected
handler_base(const handler_base &)=default (defined in seastar::httpd::handler_base)seastar::httpd::handler_baseprotected
mandatory(const sstring &param)seastar::httpd::handler_baseinline
reg(const sstring &api, const sstring &description, const sstring &alternative_path="") (defined in seastar::httpd::api_registry)seastar::httpd::api_registryinline
set_route(handler_base *h) (defined in seastar::httpd::api_registry_base)seastar::httpd::api_registry_baseinline
~api_registry_base()=default (defined in seastar::httpd::api_registry_base)seastar::httpd::api_registry_basevirtual
~handler_base()=default (defined in seastar::httpd::handler_base)seastar::httpd::handler_basevirtual