25#ifndef MYSQLROUTER_REST_CONNECTION_POOL_GLOBAL_STATUS_INCLUDED
26#define MYSQLROUTER_REST_CONNECTION_POOL_GLOBAL_STATUS_INCLUDED
33 "^/connection_pool/([^/]+)/status/?$";
39 const std::vector<std::string> &path_matches)
override;
a HTTP request and response.
Definition: http_request.h:452
handler for REST API calls.
Definition: rest_api_component.h:72
Definition: rest_connection_pool_status.h:30
bool on_handle_request(HttpRequest &req, const std::string &base_path, const std::vector< std::string > &path_matches) override
Definition: rest_connection_pool_status.cc:40
static constexpr const char path_regex[]
Definition: rest_connection_pool_status.h:32
RestConnectionPoolStatus(const std::string &require_realm)
Definition: rest_connection_pool_status.h:35
constexpr pos_type Get
Definition: http_request.h:255
Definition: http_request.h:251