Const
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.
POST
PUT
import { CREATED } from 'costatus'; Copy
import { CREATED } from 'costatus';
https://developer.mozilla.org/docs/Web/HTTP/Status/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 somePUT
requests.https://developer.mozilla.org/docs/Web/HTTP/Status/201