|  | MySQL 9.5.0
    Source Code Documentation | 
#include <rest_metadata_cache_status.h>
| Public Member Functions | |
| RestMetadataCacheStatus (const std::string &require_realm) | |
| bool | on_handle_request (http::base::Request &req, const std::string &base_path, const std::vector< std::string > &path_matches) override | 
|  Public Member Functions inherited from RestApiHandler | |
| RestApiHandler (const std::string &require_realm, HttpMethod::Bitset allowed_methods) | |
| bool | try_handle_request (http::base::Request &req, const std::string &base_path, const std::vector< std::string > &path_matches) override | 
| try to handle the request.  More... | |
|  Public Member Functions inherited from BaseRestApiHandler | |
| BaseRestApiHandler ()=default | |
| BaseRestApiHandler (const BaseRestApiHandler &)=default | |
| BaseRestApiHandler (BaseRestApiHandler &&)=default | |
| BaseRestApiHandler & | operator= (const BaseRestApiHandler &)=default | 
| BaseRestApiHandler & | operator= (BaseRestApiHandler &&)=default | 
| virtual | ~BaseRestApiHandler () | 
| Static Public Attributes | |
| static constexpr const char | path_regex [] = "^/metadata/([^/]+)/status/?$" | 
| 
 | inline | 
| 
 | overridevirtual | 
Implements RestApiHandler.
| 
 | staticconstexpr |