Ccrow::mustache::Action | |
▼Ccrow::BaseRule | A base class for all rules |
Ccrow::DynamicRule | A rule that can change its parameters during runtime |
Ccrow::TaggedRule< Args > | Default rule created when CROW_ROUTE is called |
Ccrow::WebSocketRule | A rule dealing with websockets |
Ccrow::Blueprint | A blueprint can be considered a smaller section of a Crow app, specifically where the router is conecerned |
Ccrow::detail::routing_handler_call_helper::call< F, NInt, NUint, NDouble, NString, S1, S2 > | |
Ccrow::detail::routing_handler_call_helper::call< F, NInt, NUint, NDouble, NString, black_magic::S< double, Args1... >, black_magic::S< Args2... > > | |
Ccrow::detail::routing_handler_call_helper::call< F, NInt, NUint, NDouble, NString, black_magic::S< int64_t, Args1... >, black_magic::S< Args2... > > | |
Ccrow::detail::routing_handler_call_helper::call< F, NInt, NUint, NDouble, NString, black_magic::S< std::string, Args1... >, black_magic::S< Args2... > > | |
Ccrow::detail::routing_handler_call_helper::call< F, NInt, NUint, NDouble, NString, black_magic::S< uint64_t, Args1... >, black_magic::S< Args2... > > | |
Ccrow::detail::routing_handler_call_helper::call< F, NInt, NUint, NDouble, NString, black_magic::S<>, black_magic::S< Args1... > > | |
Ccrow::detail::routing_handler_call_helper::call_pair< T, Pos > | |
Ccrow::detail::routing_handler_call_helper::call_params< H1 > | |
Ccrow::CatchallRule | |
Ccrow::detail::check_after_handle_arity_3< MW > | |
Ccrow::detail::check_after_handle_arity_3_const< MW > | |
Ccrow::detail::check_before_handle_arity_3< MW > | |
Ccrow::detail::check_before_handle_arity_3_const< MW > | |
Ccrow::detail::check_global_call_false< MW > | |
Ccrow::ci_hash | Hashing function for ci_map (unordered_multimap) |
Ccrow::ci_key_eq | Equals function for ci_map (unordered_multimap) |
▼Ccrow::websocket::connection | A base class for websocket connection |
Ccrow::websocket::Connection< Adaptor > | A websocket connection |
Ccrow::Connection< Adaptor, Handler, Middlewares > | An HTTP connection |
▼Ccontext | |
Ccrow::detail::partial_context< Middlewares > | |
▼Ccrow::detail::partial_context< Middlewares... > | |
Ccrow::detail::context< Middlewares... > | |
Ccrow::detail::context< Middlewares > | |
Ccrow::CookieParser::context | |
Ccrow::CORSHandler::context | |
Ccrow::UTF8::context | |
Ccrow::CookieParser | |
Ccrow::CORSHandler | CORSHandler is a global middleware for setting CORS headers |
Ccrow::CORSRules | Used for tuning CORS policies |
Ccrow::Crow< Middlewares > | The main server application |
▼Cequality_comparable | |
Ccrow::json::detail::r_string | A read string implementation with comparison functionality |
Ccrow::json::detail::r_string | A read string implementation with comparison functionality |
▼Cstd::exception | STL class |
Ccrow::mustache::invalid_template_exception | |
Ccrow::detail::check_before_handle_arity_3_const< MW >::get< T, const > | |
Ccrow::detail::check_before_handle_arity_3< MW >::get< T, > | |
Ccrow::detail::check_after_handle_arity_3_const< MW >::get< T, const > | |
Ccrow::detail::check_after_handle_arity_3< MW >::get< T, > | |
Ccrow::detail::check_global_call_false< MW >::get< T, type > | |
Ccrow::detail::handler_call_bridge< Route, App, Middlewares > | |
Ccrow::detail::handler_middleware_wrapper< F, App, Middlewares > | |
Ccrow::detail::routing_handler_call_helper::Wrapped< Func, ArgsWrapped >::handler_type_helper< Args > | |
Ccrow::detail::routing_handler_call_helper::Wrapped< Func, ArgsWrapped >::handler_type_helper< ArgsWrapped... > | |
Ccrow::detail::routing_handler_call_helper::Wrapped< Func, ArgsWrapped >::handler_type_helper< const request &, Args... > | |
Ccrow::detail::routing_handler_call_helper::Wrapped< Func, ArgsWrapped >::handler_type_helper< const request &, response &, Args... > | |
Ccrow::multipart::header | The first part in a section, contains metadata about the part |
▼Chttp_parser | |
Ccrow::HTTPParser< Handler > | A wrapper for nodejs/http-parser |
Ccrow::HTTPParser< crow::Connection > | |
Ccrow::ILocalMiddleware | Local middleware should extend ILocalMiddleware |
▼Ccrow::ILogHandler | |
Ccrow::CerrLogHandler | |
Ccrow::detail::is_after_handle_arity_3_impl< T > | |
Ccrow::detail::is_before_handle_arity_3_impl< T > | |
▼Cless_than_comparable | |
Ccrow::json::detail::r_string | A read string implementation with comparison functionality |
Ccrow::json::detail::r_string | A read string implementation with comparison functionality |
Ccrow::logger | |
Ccrow::detail::handler_middleware_wrapper< F, App, Middlewares >::middleware_call_criteria< MW > | |
Ccrow::detail::middleware_call_criteria_only_global< MW > | |
Ccrow::Trie::Node | |
Ccrow::json::wvalue::number | |
Ccrow::multipart::part | One part of the multipart message |
Ccrow::detail::partial_context<> | |
Ccrow::Router::PerMethod | |
Ccrow::query_string | A class to represent any data coming after the ? in the request URL into key-value pairs |
Ccrow::detail::routing_handler_call_helper::Wrapped< Func, ArgsWrapped >::req_handler_wrapper< Req, Args > | |
Ccrow::request | An HTTP request |
Ccrow::response | HTTP response |
▼Ccrow::returnable | An abstract class that allows any other class to be returned by a handler |
Ccrow::json::wvalue | JSON write value |
Ccrow::multipart::message | The parsed multipart request/response |
Ccrow::mustache::rendered_template | |
Ccrow::Router | Handles matching requests to existing rules and upgrade requests |
Ccrow::RuleParameterTraits< T > | Allows the user to assign parameters using functions |
▼Ccrow::RuleParameterTraits< DynamicRule > | |
Ccrow::DynamicRule | A rule that can change its parameters during runtime |
▼Ccrow::RuleParameterTraits< TaggedRule< Args... > > | |
Ccrow::TaggedRule< Args > | Default rule created when CROW_ROUTE is called |
Ccrow::json::rvalue | JSON read value |
Ccrow::Server< Handler, Adaptor, Middlewares > | |
Ccrow::SocketAdaptor | A wrapper for the asio::ip::tcp::socket and asio::ssl::stream |
Ccrow::response::static_file_info | This constains metadata (coming from the stat command) related to any static files associated with this response |
Ccrow::detail::task_timer | A class for scheduling functions to be called after a specific amount of ticks. A tick is equal to 1 second |
▼Ctemplate rebind< partial_context > | |
Ccrow::detail::partial_context< Middlewares > | |
Ccrow::detail::partial_context< Middlewares... > | |
Ccrow::mustache::template_t | A mustache template object |
Ccrow::Trie | A search tree |
Ccrow::UTF8 | |
Ccrow::detail::routing_handler_call_helper::Wrapped< Func, ArgsWrapped > | |