Go to the source code of this file.
|
using | restinio::tls_socket_t = impl::tls_socket_t |
|
template<typename Timer_Factory , typename Logger , typename Request_Handler = default_request_handler_t, typename Strand = asio_ns::strand< asio_ns::executor >> |
using | restinio::tls_traits_t = traits_t< Timer_Factory, Logger, Request_Handler, Strand, tls_socket_t > |
|
template<typename Timer_Factory , typename Logger , typename Request_Handler = default_request_handler_t> |
using | restinio::single_thread_tls_traits_t = tls_traits_t< Timer_Factory, Logger, Request_Handler, noop_strand_t > |
|
using | restinio::default_tls_traits_t = tls_traits_t< asio_timer_manager_t, null_logger_t > |
|
|
template<typename Connection , typename Start_Read_CB , typename Failed_CB > |
void | restinio::prepare_connection_and_start_read (tls_socket_t &socket, Connection &con, Start_Read_CB start_read_cb, Failed_CB failed_cb) |
| Customizes connection init routine with an additional step: perform handshake and only then start reading. More...
|
|