userver: http::headers::k2 Namespace Reference
Loading...
Searching...
No Matches
http::headers::k2 Namespace Reference

Detailed Description

K2 header name constants.

Variables

constexpr PredefinedHeader kHttp2SettingsHeader {"HTTP2-Settings"}
 
constexpr PredefinedHeader kMethod {":method"}
 
constexpr PredefinedHeader kScheme {":scheme"}
 
constexpr PredefinedHeader kAuthority {":authority"}
 
constexpr PredefinedHeader kPath {":path"}
 
constexpr PredefinedHeader kStatus {":status"}
 

Variable Documentation

◆ kAuthority

PredefinedHeader http::headers::k2::kAuthority {":authority"}
inlineconstexpr

Definition at line 197 of file common_headers.hpp.

◆ kHttp2SettingsHeader

PredefinedHeader http::headers::k2::kHttp2SettingsHeader {"HTTP2-Settings"}
inlineconstexpr

Definition at line 194 of file common_headers.hpp.

◆ kMethod

PredefinedHeader http::headers::k2::kMethod {":method"}
inlineconstexpr

Definition at line 195 of file common_headers.hpp.

◆ kPath

PredefinedHeader http::headers::k2::kPath {":path"}
inlineconstexpr

Definition at line 198 of file common_headers.hpp.

◆ kScheme

PredefinedHeader http::headers::k2::kScheme {":scheme"}
inlineconstexpr

Definition at line 196 of file common_headers.hpp.

◆ kStatus

PredefinedHeader http::headers::k2::kStatus {":status"}
inlineconstexpr

Definition at line 199 of file common_headers.hpp.