RESTinio
|
Accessor to TLS-specific information related to a connection. More...
#include <tls.hpp>
Public Member Functions | |
tls_accessor_t (tls_socket_t &tls_socket) | |
RESTINIO_NODISCARD auto | native_handle () const noexcept |
Get the access to native handle behind Asio's ssl_stream. | |
Private Attributes | |
tls_socket_t & | m_tls_socket |
Accessor to TLS-specific information related to a connection.
restinio/tls.hpp
to get the definition of that class. This definition is not present if you include only restinio/all.hpp
|
inline |
|
inlinenoexcept |
Get the access to native handle behind Asio's ssl_stream.
Usage example:
|
private |