Data for an endpoint close operation. More...
#include <request_data.h>
Public Member Functions | |
EndpointClose (const decltype(_force) force) | |
Constructor for endpoint close-specific data. More... | |
Public Attributes | |
const bool | _force {false} |
Whether to force endpoint closing. | |
Data for an endpoint close operation.
Type identifying an endpoint close operation and containing data specific to this request type.
|
explicit |
Constructor for endpoint close-specific data.
Construct an object containing endpoint close-specific data.
[in] | force | force endpoint close if true , flush otherwise. |