|
Electroneum
|
Namespaces | |
| black_magic | |
| detail | |
| json | |
| mustache | |
| utility | |
| websocket | |
Classes | |
| class | BaseRule |
| class | CerrLogHandler |
| struct | ci_hash |
| struct | ci_key_eq |
| class | Connection |
| struct | CookieParser |
| class | Crow |
| class | DynamicRule |
| struct | HTTPParser |
| class | ILogHandler |
| class | logger |
| class | query_string |
| struct | request |
| struct | response |
| class | Router |
| struct | routing_params |
| struct | RuleParameterTraits |
| class | Server |
| struct | SocketAdaptor |
| class | TaggedRule |
| class | Trie |
| class | WebSocketRule |
Typedefs | |
| using | ci_map = std::unordered_multimap< std::string, std::string, ci_hash, ci_key_eq > |
| template<typename ... Middlewares> | |
| using | App = Crow< Middlewares... > |
| using | SimpleApp = Crow<> |
| using | tcp = asio::ip::tcp |
Functions | |
| std::string | method_name (HTTPMethod method) |
| template<> | |
| std::string | routing_params::get< std::string > (unsigned index) const |
| template<typename T > | |
| const std::string & | get_header_value (const T &headers, const std::string &key) |
Variables | |
| static int | connectionCount |
| const int | RULE_SPECIAL_REDIRECT_SLASH = 1 |
| using crow::ci_map = typedef std::unordered_multimap<std::string, std::string, ci_hash, ci_key_eq> |
| using crow::SimpleApp = typedef Crow<> |
| typedef asio::ip::tcp crow::tcp |
|
strong |
|
strong |
|
strong |
|
inline |
|
inline |
|
inline |
|
static |
| const int crow::RULE_SPECIAL_REDIRECT_SLASH = 1 |
1.8.14