noContent constant

int const noContent

noContent = 204.

There is no content to send for this request, but the headers may be useful. The user-agent may update its cached headers for this resource with the new ones.

https://tools.ietf.org/html/rfc7231#section-6.3.5

Implementation

static const int noContent = 204;