userver
C++ Async Framework
Loading...
Searching...
No Matches
http_allowed_urls_extra.hpp
1
#
pragma
once
2
3
#
include
<
memory
>
4
#
include
<
string
>
5
6
#
include
<
userver
/
components
/
component_fwd
.
hpp
>
7
#
include
<
userver
/
formats
/
json_fwd
.
hpp
>
8
9
USERVER_NAMESPACE_BEGIN
10
11
namespace
clients::http {
12
class
ClientCore;
13
}
// namespace clients::http
14
15
namespace
testsuite
{
16
17
class
HttpAllowedUrlsExtra
final
{
18
public
:
19
void
RegisterHttpClient(clients::http::ClientCore& http_client);
20
21
void
SetAllowedUrlsExtra(std::vector<std::string>&& urls);
22
23
private
:
24
clients::http::ClientCore* http_client_{
nullptr
};
25
};
26
27
}
// namespace testsuite
28
29
USERVER_NAMESPACE_END
userver
testsuite
http_allowed_urls_extra.hpp
Generated on Wed Jan 14 2026 19:58:56 for userver by
Doxygen
1.13.2