Fallback HTTP handler identifiers and string conversion.
Definition in file fallback_handlers.hpp.
Go to the source code of this file.
#include <string>
This graph shows which files directly or indirectly include this file:Namespaces | |
| namespace | server::handlers |
| Most common userver HTTP handlers. | |
Enumerations | |
| enum class | FallbackHandler { kImplicitOptions } |
Functions | |
| std::string_view | server::handlers::ToString (FallbackHandler) |
| FallbackHandler | server::handlers::FallbackHandlerFromString (std::string_view fallback_str) |
Variables | |
| constexpr size_t | server::handlers::kFallbackHandlerMax = static_cast<size_t>(FallbackHandler::kImplicitOptions) |