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

Detailed Description

HTTP version to use.

Definition in file http_version.hpp.

Go to the source code of this file.

+ This graph shows which files directly or indirectly include this file:

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 >)