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

Detailed Description

Rate limiting metadata header name constants.

Variables

constexpr std::string_view kCC {"congestion-control"}
 
constexpr std::string_view kMaxResponseSizeInFlight {"max-response-size-in-flight"}
 
constexpr std::string_view kMaxPendingResponses {"too-many-pending-responses"}
 
constexpr std::string_view kGlobal {"global-ratelimit"}
 
constexpr std::string_view kInFlight {"max-requests-in-flight"}
 

Variable Documentation

◆ kCC

std::string_view http::headers::ratelimit_reason::kCC {"congestion-control"}
inlineconstexpr

Definition at line 184 of file common_headers.hpp.

◆ kGlobal

std::string_view http::headers::ratelimit_reason::kGlobal {"global-ratelimit"}
inlineconstexpr

Definition at line 187 of file common_headers.hpp.

◆ kInFlight

std::string_view http::headers::ratelimit_reason::kInFlight {"max-requests-in-flight"}
inlineconstexpr

Definition at line 188 of file common_headers.hpp.

◆ kMaxPendingResponses

std::string_view http::headers::ratelimit_reason::kMaxPendingResponses {"too-many-pending-responses"}
inlineconstexpr

Definition at line 186 of file common_headers.hpp.

◆ kMaxResponseSizeInFlight

std::string_view http::headers::ratelimit_reason::kMaxResponseSizeInFlight {"max-response-size-in-flight"}
inlineconstexpr

Definition at line 185 of file common_headers.hpp.