Types for validating directive values.
Definition in file types.hpp.
Go to the source code of this file.
#include <userver/utils/trivial_map.hpp>
Namespaces | |
namespace | server::handlers |
Most common userver HTTP handlers. | |
Enumerations | |
enum class | server::handlers::auth::digest::HashAlgTypes { kMD5 , kSHA256 , kSHA512 , kUnknown } |
Supported hashing algorithms. More... | |
enum class | server::handlers::auth::digest::QopTypes { kAuth , kUnknown } |
Supported qop-options from https://datatracker.ietf.org/doc/html/rfc2617#section-3.2.1. More... | |
Variables | |
constexpr utils::TrivialBiMap | server::handlers::auth::digest::kHashAlgToType |
constexpr utils::TrivialBiMap | server::handlers::auth::digest::kQopToType |
|
strong |
|
strong |
Supported qop-options
from https://datatracker.ietf.org/doc/html/rfc2617#section-3.2.1.
Enumerator | |
---|---|
kAuth |
|
kUnknown | Unknown qop-value. |
|
inlineconstexpr |
|
inlineconstexpr |