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

Synopsis

Declared in <httpserver.h>

HTTPRemoteClient(HTTPRemoteClient const& other) = delete;

Parameters

Name

Description

other

The client that would be copied.

Created with MrDocs