26#ifndef MYSQLROUTER_REST_CONNECTION_POOL_CONFIG_INCLUDED
27#define MYSQLROUTER_REST_CONNECTION_POOL_CONFIG_INCLUDED
34 "^/connection_pool/([^/]+)/config/?$";
40 const std::vector<std::string> &path_matches)
override;
handler for REST API calls.
Definition: rest_api_component.h:74
Definition: rest_connection_pool_config.h:31
bool on_handle_request(http::base::Request &req, const std::string &base_path, const std::vector< std::string > &path_matches) override
Definition: rest_connection_pool_config.cc:39
static constexpr const char path_regex[]
Definition: rest_connection_pool_config.h:33
RestConnectionPoolConfig(const std::string &require_realm)
Definition: rest_connection_pool_config.h:36
constexpr pos_type Get
Definition: method.h:43