7namespace clients::
http {
 
   21std::shared_ptr<clients::
http::Client> CreateHttpClient();
 
   23std::shared_ptr<clients::
http::Client> CreateHttpClient(
 
   24    engine::TaskProcessor& fs_task_processor);
 
   26std::shared_ptr<clients::
http::Client> CreateHttpClient(