Returns the client connection this request arrived on.
Declared in <httpserver.h>
<httpserver.h>
std::shared_ptr<HTTPRemoteClient> GetClient() const;
A shared pointer to the client connection, or null if it has been destroyed.