[#HTTPRequest-GetPeer] = xref:HTTPRequest.adoc[HTTPRequest]::GetPeer :relfileprefix: ../ :mrdocs: Returns the address of the peer that sent the request. == Synopsis Declared in `<httpserver.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CService.adoc[CService] GetPeer() const; ---- == Return Value The address and port of the peer that sent the request. [.small]#Created with https://www.mrdocs.com[MrDocs]#