HTTP version to use.
Definition in file http_version.hpp.
Go to the source code of this file.
#include <userver/yaml_config/fwd.hpp>
Namespaces | |
namespace | http |
HTTP helpers. | |
Enumerations | |
enum class | http::HttpVersion { http::kDefault , http::k10 , http::k11 , http::k2 , http::k2Tls , http::k2PriorKnowledge } |
HTTP version to use. More... | |
Functions | |
HttpVersion | http::Parse (const yaml_config::YamlConfig &value, formats::parse::To< HttpVersion >) |