imUsed constant

int const imUsed

imUsed = 226.

This code is used in a response to a method invocation on a resource to indicate that the resource was successfully created and that the server has returned a representation of the result of that creation.

https://tools.ietf.org/html/rfc3229#section-10.4.1

Implementation

static const int imUsed = 226;