Thoth
A functional, expressive, asynchronous C++26 webdev library
Loading...
Searching...
No Matches
Thoth::Http::Socket Struct Reference

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
 

Detailed Description

structure that stores info about an open Socket, like the version, the type of socket and the last used time.

Member Data Documentation

◆ lastUsed

std::chrono::steady_clock::time_point Thoth::Http::Socket::lastUsed

◆ socket

Hermes::RawTlsClient Thoth::Http::Socket::socket

◆ version

VersionEnum Thoth::Http::Socket::version

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