7namespace clients::http {
22std::shared_ptr<clients::http::Client> CreateHttpClient();
24std::shared_ptr<clients::http::Client> CreateHttpClient(engine::TaskProcessor& fs_task_processor);
26std::shared_ptr<clients::http::Client> CreateHttpClientWithPlugin(clients::http::Plugin&);
28std::shared_ptr<clients::http::Client> CreateHttpClient(
const tracing::
TracingManagerBase& tracing_manager);