6#include <userver/components/component_fwd.hpp>
7#include <userver/formats/json_fwd.hpp>
11namespace clients::http {
17class HttpAllowedUrlsExtra
final {
19 void RegisterHttpClient(clients::http::ClientCore& http_client);
21 void SetAllowedUrlsExtra(std::vector<std::string>&& urls);
24 clients::http::ClientCore* http_client_{
nullptr};