#include <httplib.h>
Public Member Functions | |
| bool | is_open () const |
| ClientConnection ()=default | |
| ~ClientConnection () | |
| ClientConnection (const ClientConnection &)=delete | |
| ClientConnection & | operator= (const ClientConnection &)=delete |
| ClientConnection (ClientConnection &&other) noexcept | |
| ClientConnection & | operator= (ClientConnection &&other) noexcept |
Public Attributes | |
| socket_t | sock = INVALID_SOCKET |
|
default |
|
inline |
|
delete |
|
inlinenoexcept |
|
inline |
|
inlinenoexcept |
|
delete |
| socket_t httplib::ClientConnection::sock = INVALID_SOCKET |