@brief Enable HTTP basic authentication */
| 57 | std::chrono::seconds heartbeatInterval() const override { return std::chrono::seconds(100); } |
| 58 | /** @brief Enable HTTP basic authentication */ |
| 59 | bool httpBasicAuthent() const override { return false; } |
| 60 | /** @brief Cipher list to use for TLSv1.2 connections */ |
| 61 | std::string tlsv12CipherList() const override { return ""; } |
| 62 | /** @brief Cipher list to use for TLSv1.3 connections */ |