|
RESTinio
|
#include <restinio/request_handler.hpp>#include <restinio/asio_timer_manager.hpp>#include <restinio/null_logger.hpp>#include <restinio/connection_state_listener.hpp>#include <restinio/ip_blocker.hpp>#include <restinio/default_strands.hpp>#include <restinio/connection_count_limiter.hpp>#include <restinio/utils/metaprogramming.hpp>Go to the source code of this file.
Namespaces | |
| namespace | restinio |
| namespace | restinio::details |
| namespace | restinio::details::valid_request_handler_type_check |
Typedefs | |
| template<typename Traits> | |
| using | restinio::request_handler_type_from_traits_t |
| A metafunction for extraction a request-handler type from server's traits. | |
| template<typename Traits> | |
| using | restinio::generic_request_type_from_traits_t |
| A metafunction for the detection of actual type of request-object from server's traits. | |
| template<typename Timer_Manager, typename Logger, typename Request_Handler = details::autodetect_request_handler_type> | |
| using | restinio::single_thread_traits_t |
| using | restinio::default_traits_t = traits_t< asio_timer_manager_t, null_logger_t > |
| using | restinio::default_single_thread_traits_t |
| Default traits for single-threaded HTTP-server. | |