![]() |
Thoth
A functional, expressive, asynchronous C++26 webdev library
|
structure that stores info about an open Socket, like the version, the type of socket and the last used time. More...
#include <Client.hpp>
Public Attributes | |
| Hermes::RawTlsClient | socket |
| VersionEnum | version |
| std::chrono::steady_clock::time_point | lastUsed |
structure that stores info about an open Socket, like the version, the type of socket and the last used time.
| std::chrono::steady_clock::time_point Thoth::Http::Socket::lastUsed |
| Hermes::RawTlsClient Thoth::Http::Socket::socket |
| VersionEnum Thoth::Http::Socket::version |