#include <http_connection.h>
|
| static constexpr std::chrono::seconds | TIMEOUT () |
| |
Definition at line 38 of file http_connection.h.
◆ t_http_connection()
Definition at line 48 of file http_connection.h.
49 : mp_http_client(p_http_client)
bool connect(std::chrono::milliseconds timeout)
◆ ~t_http_connection()
| tools::t_http_connection::~t_http_connection |
( |
| ) |
|
|
inline |
◆ is_open()
| bool tools::t_http_connection::is_open |
( |
| ) |
const |
|
inline |
◆ TIMEOUT()
| static constexpr std::chrono::seconds tools::t_http_connection::TIMEOUT |
( |
| ) |
|
|
inlinestatic |
Definition at line 43 of file http_connection.h.
45 return std::chrono::minutes(3) + std::chrono::seconds(30);
The documentation for this class was generated from the following file: