[#HTTPRequest-GetClient] = xref:HTTPRequest.adoc[HTTPRequest]::GetClient :relfileprefix: ../ :mrdocs: Returns the client connection this request arrived on. == Synopsis Declared in `<httpserver.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::shared_ptr<HTTPRemoteClient> GetClient() const; ---- == Return Value A shared pointer to the client connection, or null if it has been destroyed. [.small]#Created with https://www.mrdocs.com[MrDocs]#