6#include <userver/components/state.hpp>
7#include <userver/server/handlers/http_handler_base.hpp>
11namespace server::handlers {
31 Ping(
const components::ComponentConfig& config,
const components::ComponentContext& component_context);
44 void AppendWeightHeaders(
http::HttpResponse&)
const;
48 std::chrono::steady_clock::time_point load_time_{};
49 std::chrono::seconds awacs_weight_warmup_time_{60};
55inline constexpr bool components::kHasValidate<server::handlers::Ping> =
true;