Creates HTTP client with given settings and plugins.
Definition in file standalone_client.hpp.
Go to the source code of this file.
Classes | |
| struct | clients::http::StandaloneConfig |
Namespaces | |
| namespace | clients::http |
| HTTP client helpers. | |
Functions | |
| std::shared_ptr< Client > | clients::http::CreateStandaloneHttpClient (ClientSettings settings, StandaloneConfig standalone_config, engine::TaskProcessor &fs_task_processor, std::vector< utils::NotNull< clients::http::Plugin * > > plugins={}) |
| Creates HTTP client with given settings and plugins. | |