6#include <userver/components/component_base.hpp>
7#include <userver/middlewares/impl/middleware_pipeline_config.hpp>
11namespace clients::http {
26 static constexpr std::string_view
kName =
"http-client-middleware-pipeline";
28 MiddlewarePipelineComponent(
const components::ComponentConfig&,
const components::ComponentContext&);
30 const USERVER_NAMESPACE::middlewares::impl::MiddlewaresConfig& GetMiddlewaresConfig()
const;
35 USERVER_NAMESPACE::middlewares::impl::MiddlewaresConfig config_;
41inline constexpr bool components::kHasValidate<clients::http::MiddlewarePipelineComponent> =
true;