userver
C++ Async Framework
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
Toggle main menu visibility
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Concepts
Loading...
Searching...
No Matches
All results
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
Docs version:
v1.0
,
v2.0
,
trunk/develop
userver
utest
http_client.hpp
Generated on Wed Apr 30 2025 15:55:42 for userver by
Doxygen
1.13.2