userver: userver/server/handlers/fallback_handlers.hpp File Reference
Loading...
Searching...
No Matches
fallback_handlers.hpp File Reference

Detailed Description

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)