[#HTTPRemoteClient-2constructor-07] = xref:HTTPRemoteClient.adoc[HTTPRemoteClient]::HTTPRemoteClient :relfileprefix: ../ :mrdocs: Deleted copy constructor; clients are only used through shared pointers. == Synopsis Declared in `<httpserver.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- HTTPRemoteClient(xref:HTTPRemoteClient.adoc[HTTPRemoteClient] const& other) = delete; ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | The client that would be copied. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#