Electroneum
Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
tools::t_http_connection Class Reference

#include <http_connection.h>

Public Member Functions

 t_http_connection (epee::net_utils::http::http_simple_client *p_http_client)
 
 ~t_http_connection ()
 
bool is_open () const
 

Static Public Member Functions

static constexpr std::chrono::seconds TIMEOUT ()
 

Private Attributes

epee::net_utils::http::http_simple_client * mp_http_client
 
bool m_ok
 

Constructor & Destructor Documentation

◆ t_http_connection()

tools::t_http_connection::t_http_connection ( epee::net_utils::http::http_simple_client *  p_http_client)
inline

◆ ~t_http_connection()

tools::t_http_connection::~t_http_connection ( )
inline

Member Function Documentation

◆ is_open()

bool tools::t_http_connection::is_open ( ) const
inline

◆ TIMEOUT()

static constexpr std::chrono::seconds tools::t_http_connection::TIMEOUT ( )
inlinestaticconstexpr

Member Data Documentation

◆ m_ok

bool tools::t_http_connection::m_ok
private

◆ mp_http_client

epee::net_utils::http::http_simple_client* tools::t_http_connection::mp_http_client
private

The documentation for this class was generated from the following file: