7#include <userver/components/component_fwd.hpp>
8#include <userver/formats/json_fwd.hpp>
10USERVER_NAMESPACE_BEGIN
12namespace clients::http {
18class HttpAllowedUrlsExtra
final {
20 void RegisterHttpClient(clients::http::Client& http_client);
22 void SetAllowedUrlsExtra(std::vector<std::string>&& urls);
25 clients::http::Client* http_client_{
nullptr};