movedPermanently constant

int const movedPermanently

movedPermanently = 301.

This response code means that URI of requested resource has been changed. Probably, new URI would be given in the response.

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

Implementation

static const int movedPermanently = 301;