Crow  0.3
A C++ microframework for the web
crow::RuleParameterTraits< T > Struct Template Reference

#include <routing.h>

Public Types

using self_t = T
 

Public Member Functions

WebSocketRulewebsocket ()
 
self_t & name (std::string name) noexcept
 
self_t & methods (HTTPMethod method)
 
template<typename ... MethodArgs>
self_t & methods (HTTPMethod method, MethodArgs ... args_method)
 

Detailed Description

template<typename T>
struct crow::RuleParameterTraits< T >

Allows the user to assign parameters using functions.

rule.name("name").methods(HTTPMethod::POST)


The documentation for this struct was generated from the following file: