Deleted copy assignment; clients are only used through shared pointers.
Declared in <httpserver.h>
HTTPRemoteClient&
operator=(HTTPRemoteClient const& other) = delete;
Reference to the current object
| Name | Description |
|---|---|
| other | The client that would be assigned from. |