HTTP client static and dynamic configuration types.
Definition in file config.hpp.
Go to the source code of this file.
#include <chrono>#include <optional>#include <string>#include <userver/clients/http/cancellation_policy.hpp>#include <userver/dynamic_config/fwd.hpp>#include <userver/formats/json_fwd.hpp>#include <userver/yaml_config/fwd.hpp>
This graph shows which files directly or indirectly include this file:Classes | |
| struct | clients::http::DeadlinePropagationConfig |
| struct | clients::http::ClientSettings |
Namespaces | |
| namespace | tracing |
| Distributed tracing helpers and identifiers. | |
| namespace | clients::http |
| HTTP client helpers. | |
Typedefs | |
| using | dynamic_config::http_client_connect_throttle::VariableType = VariableTypeRaw |
Functions | |
| ClientSettings | clients::http::Parse (const yaml_config::YamlConfig &value, formats::parse::To< ClientSettings >) |
| using dynamic_config::http_client_connect_throttle::VariableType = VariableTypeRaw |
Definition at line 17 of file config.hpp.