userver: userver/clients/http/standalone_client.hpp File Reference
Loading...
Searching...
No Matches
standalone_client.hpp File Reference

Detailed Description

Creates HTTP client with given settings and plugins.

Definition in file standalone_client.hpp.

Go to the source code of this file.

#include <userver/clients/http/client.hpp>
#include <userver/clients/http/config.hpp>

Classes

struct  clients::http::StandaloneConfig
 

Namespaces

namespace  clients::http
 HTTP client helpers.
 

Functions

std::shared_ptr< Clientclients::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.