[#HTTPRemoteClient-2constructor-0c] = xref:HTTPRemoteClient.adoc[HTTPRemoteClient]::HTTPRemoteClient :relfileprefix: ../ :mrdocs: Construct a client for a freshly accepted connection. == Synopsis Declared in `<httpserver.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit HTTPRemoteClient( xref:HTTPServer/Id.adoc[HTTPServer::Id] id, xref:CService.adoc[CService] const& addr, std::unique_ptr<Sock> socket); ---- == Parameters [cols="1,4"] |=== | Name| Description | *id* | Unique identifier assigned by the server. | *addr* | Remote address and port of the peer. | *socket* | Connected socket owned by this client. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#