HTTPRequest::HTTPRequest

Construct a request bound to the client that sent it.

Synopsis

Declared in <httpserver.h>

explicit
HTTPRequest(std::shared_ptr<HTTPRemoteClient> const& client);

Parameters

NameDescription
clientThe client connection the request arrived on and will be replied to.