Seastar
High performance C++ framework for concurrent servers
|
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_base | protected |
_file_directory (defined in seastar::httpd::api_registry_base) | seastar::httpd::api_registry_base | protected |
_routes (defined in seastar::httpd::api_registry_base) | seastar::httpd::api_registry_base | protected |
api_registry(routes &routes, const sstring &file_directory, const sstring &base_path) (defined in seastar::httpd::api_registry) | seastar::httpd::api_registry | inline |
api_registry_base(routes &routes, const sstring &file_directory, const sstring &base_path) (defined in seastar::httpd::api_registry_base) | seastar::httpd::api_registry_base | inline |
handle(const sstring &path, std::unique_ptr< http::request > req, std::unique_ptr< http::reply > rep) override | seastar::httpd::api_registry | inlinevirtual |
handler_base()=default (defined in seastar::httpd::handler_base) | seastar::httpd::handler_base | protected |
handler_base(const handler_base &)=default (defined in seastar::httpd::handler_base) | seastar::httpd::handler_base | protected |
mandatory(const sstring ¶m) | seastar::httpd::handler_base | inline |
reg(const sstring &api, const sstring &description, const sstring &alternative_path="") (defined in seastar::httpd::api_registry) | seastar::httpd::api_registry | inline |
set_route(handler_base *h) (defined in seastar::httpd::api_registry_base) | seastar::httpd::api_registry_base | inline |
verify_mandatory_params(const http::request &req) const | seastar::httpd::handler_base | inline |
~api_registry_base()=default (defined in seastar::httpd::api_registry_base) | seastar::httpd::api_registry_base | virtual |
~handler_base()=default (defined in seastar::httpd::handler_base) | seastar::httpd::handler_base | virtual |