userver
C++ Async Framework
Toggle main menu visibility
Documentation
API Groups
Namespaces
Reference
Class List
Class Index
File List
Macros
All
e
i
l
r
t
u
Functions
Macros
e
i
l
r
t
u
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Concepts
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
};
18
class
HttpAllowedUrlsExtra
final
{
…
};
27
28
}
// namespace testsuite
29
30
USERVER_NAMESPACE_END
userver
testsuite
http_allowed_urls_extra.hpp
Generated on Wed Apr 30 2025 15:49:04 for userver by
Doxygen
1.13.2