26#ifndef MYSQLROUTER_REST_ROUTING_GLOBAL_STATUS_INCLUDED
27#define MYSQLROUTER_REST_ROUTING_GLOBAL_STATUS_INCLUDED
33 static constexpr const char path_regex[] =
"^/routing/status/?$";
39 const std::vector<std::string> &path_matches)
override;
handler for REST API calls.
Definition: rest_api_component.h:74
Definition: rest_routing_status.h:31
RestRoutingStatus(const std::string &require_realm)
Definition: rest_routing_status.h:35
bool on_handle_request(http::base::Request &req, const std::string &base_path, const std::vector< std::string > &path_matches) override
Definition: rest_routing_status.cc:40
static constexpr const char path_regex[]
Definition: rest_routing_status.h:33
constexpr pos_type Get
Definition: method.h:43