Skip to main content
Module

x/status/mod.ts>CREATED

🗿 HTTP status utility for Deno. Based on Java Apache HttpStatus
Latest
variable CREATED
import { CREATED } from "https://deno.land/x/status@0.1.0/mod.ts";

Official Documentation @ https://tools.ietf.org/html/rfc7231#section-6.3.2

The request has succeeded and a new resource has been created as a result of it. This is typically the response sent after a PUT request.

type

201