found constant

int const found

found = 302.

This response code means that URI of requested resource has been changed temporarily. New changes in the URI might be made in the future. Therefore, this same URI should be used by the client in future requests.

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

Implementation

static const int found = 302;