userver
C++ Async Framework
Loading...
Searching...
No Matches
http_client.hpp
1
#
pragma
once
2
3
#
include
<
memory
>
4
5
USERVER_NAMESPACE_BEGIN
6
7
namespace
clients::
http
{
8
class
Client;
9
}
// namespace clients::http
10
11
namespace
engine {
12
class
TaskProcessor;
13
}
14
15
namespace
tracing
{
16
class
TracingManagerBase
;
17
}
18
19
namespace
utest
{
20
21
std::shared_ptr<clients::
http
::Client> CreateHttpClient();
22
23
std::shared_ptr<clients::
http
::Client> CreateHttpClient(engine::TaskProcessor& fs_task_processor);
24
25
std::shared_ptr<clients::
http
::Client> CreateHttpClient(
const
tracing
::
TracingManagerBase
& tracing_manager);
26
27
}
// namespace utest
28
29
USERVER_NAMESPACE_END
userver
utest
http_client.hpp
Generated on Tue Nov 19 2024 11:30:11 for userver by
Doxygen
1.10.0