6#include <userver/components/fs_cache.hpp>
7#include <userver/dynamic_config/source.hpp>
8#include <userver/fs/fs_cache_client.hpp>
9#include <userver/server/handlers/http_handler_base.hpp>
11USERVER_NAMESPACE_BEGIN
13namespace server::handlers {
50 HttpHandlerStatic(
const components::ComponentConfig& config,
const components::ComponentContext& context);
57 dynamic_config::Source config_;
58 const fs::FsCacheClient& storage_;
59 const std::chrono::seconds cache_age_;