Context structures for Digest Authentication. More...
#include <string>
Include dependency graph for context.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | server::handlers::auth::digest::ContextFromServer |
| struct | server::handlers::auth::digest::ContextFromClient |
Namespaces | |
| namespace | server::handlers |
| Most common userver HTTP handlers. | |
Variables | |
| constexpr std::size_t | server::handlers::auth::digest::kMaxClientDirectivesNumber = 11 |
| constexpr std::size_t | server::handlers::auth::digest::kClientMandatoryDirectivesNumber = 5 |
| Number of mandatory directives in Authorization header. | |
Context structures for Digest Authentication.
Definition in file context.hpp.
|
inlineconstexpr |
Number of mandatory directives in Authorization header.
Definition at line 47 of file context.hpp.
|
inlineconstexpr |
Max number of directives in Authorization header. Must be equal to the number of DigestContextFromClient fields.
Definition at line 44 of file context.hpp.