HTTPRemoteClient::HTTPRemoteClient

Deleted copy constructor; clients are only used through shared pointers.

Synopsis

Declared in <httpserver.h>

HTTPRemoteClient(HTTPRemoteClient const& other) = delete;

Parameters

NameDescription
otherThe client that would be copied.