RESTinio
Classes | Namespaces | Typedefs
traits.hpp File Reference
#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>

Go to the source code of this file.

Classes

struct  restinio::traits_t< Timer_Manager, Logger, Request_Handler, Strand, Socket >
 

Namespaces

 restinio
 

Typedefs

template<typename Timer_Manager , typename Logger , typename Request_Handler = default_request_handler_t>
using restinio::single_thread_traits_t = traits_t< Timer_Manager, Logger, Request_Handler, noop_strand_t >
 
using restinio::default_traits_t = traits_t< asio_timer_manager_t, null_logger_t >
 
using restinio::default_single_thread_traits_t = single_thread_traits_t< asio_timer_manager_t, null_logger_t >
 Default traits for single-threaded HTTP-server. More...