HttpRequest.clientSocket

The underlying socket that the request was received from, and to which the response will be written.

struct HttpRequest
Socket clientSocket;

Meta