26#ifndef ROUTER_SRC_REST_HOST_CACHE_SRC_REST_HOST_CACHE_STATUS_H_
27#define ROUTER_SRC_REST_HOST_CACHE_SRC_REST_HOST_CACHE_STATUS_H_
36 static constexpr const char path_regex[] =
"^/host_cache/status/?$";
42 const std::vector<std::string> &path_matches)
override;
handler for REST API calls.
Definition: rest_api_component.h:74
Definition: rest_host_cache_status.h:34
RestHostCacheStatus(const std::string &require_realm)
Definition: rest_host_cache_status.h:38
bool on_handle_request(http::base::Request &req, const std::string &base_path, const std::vector< std::string > &path_matches) override
Definition: rest_host_cache_status.cc:41
static constexpr const char path_regex[]
Definition: rest_host_cache_status.h:36
constexpr pos_type Get
Definition: method.h:43