HTTPRemoteClient [constructor] | Constructors |
operator= [deleted] | Deleted copy assignment; clients are only used through shared pointers. |
GetOrigin | Returns the cached origin string of the connected peer. |
GetPeer | Returns the address of the connected peer. |
GetRecvBuffer | Used for tests. @{ Read the client's receive buffer. |
GetRequest | Access the request currently being parsed. |
GetSock | Returns the client's underlying socket. |
MaybeDisconnect | Flag the client for disconnection if it is idle past the timeout or a global disconnect is requested. |
MaybeSendBytesFromBuffer | Push data (if there is any) from client's m_send_buffer to the connected socket. |
ReadyToSend | Returns whether the client has response data ready to send. |
Receive | Read available bytes from the socket into the receive buffer. |
Send | Queue a response to be written to the client's socket. |