Variable CREATEDConst

CREATED: 201

201 Created

The request succeeded, and a new resource was created as a result. This is typically the response sent after POST requests, or some PUT requests.

import { CREATED } from 'costatus';

https://developer.mozilla.org/docs/Web/HTTP/Status/201