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
utest {
16
17
std::shared_ptr<clients::
http
::Client> CreateHttpClient();
18
19
std::shared_ptr<clients::
http
::Client> CreateHttpClient(
20
engine::TaskProcessor& fs_task_processor);
21
22
}
// namespace utest
23
24
USERVER_NAMESPACE_END
userver
utest
http_client.hpp
Generated on Wed Oct 4 2023 12:15:26 for userver by
Doxygen
1.9.8