MySQL 8.0.40
Source Code Documentation
|
This is the complete list of members for RestApi, including all inherited members.
add_path(const std::string &path, std::unique_ptr< BaseRestApiHandler > handler) | RestApi | |
handle_paths(HttpRequest &req) | RestApi | |
operator=(const RestApi &)=delete | RestApi | |
operator=(RestApi &&)=delete | RestApi | |
PathList typedef | RestApi | |
process_spec(RestApiComponent::SpecProcessor spec_processor) | RestApi | |
remove_path(const std::string &path) | RestApi | |
rest_api_handler_mutex_ | RestApi | protected |
rest_api_handlers_ | RestApi | protected |
RestApi(const std::string &uri_prefix, const std::string &uri_prefix_regex) | RestApi | |
RestApi(const RestApi &)=delete | RestApi | |
RestApi(RestApi &&)=delete | RestApi | |
spec() | RestApi | |
spec_doc_ | RestApi | protected |
spec_doc_mutex_ | RestApi | protected |
uri_prefix() const | RestApi | inline |
uri_prefix_ | RestApi | protected |
uri_prefix_regex() const | RestApi | inline |
uri_prefix_regex_ | RestApi | protected |