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