Returns the client connection this request arrived on.

Synopsis

Declared in <httpserver.h>

std::shared_ptr<HTTPRemoteClient>
GetClient() const;

Return Value

A shared pointer to the client connection, or null if it has been destroyed.

Created with MrDocs