created constant

int const created

created = 201.

The request has succeeded and a new resource has been created as a result of it. This is typically the response sent after a PUT request.

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

Implementation

static const int created = 201;