Seastar
High performance C++ framework for concurrent servers
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
Public Member Functions | Protected Attributes | Static Protected Attributes | List of all members
seastar::httpd::api_registry_builder Class Reference
Inheritance diagram for seastar::httpd::api_registry_builder:
seastar::httpd::api_registry_builder_base

Public Member Functions

 api_registry_builder (const sstring &file_directory=DEFAULT_DIR, const sstring &base_path=DEFAULT_PATH)
 
void set_api_doc (routes &r)
 
void register_function (routes &r, const sstring &api, const sstring &description, const sstring &alternative_path="")
 

Protected Attributes

sstring _file_directory
 
sstring _base_path
 

Static Protected Attributes

static const sstring DEFAULT_DIR
 
static const sstring DEFAULT_PATH
 

The documentation for this class was generated from the following file: