Skip to main content
Module

x/status/mod.ts>ACCEPTED

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

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

The request has been received but not yet acted upon. It is non-committal, meaning that there is no way in HTTP to later send an asynchronous response indicating the outcome of processing the request. It is intended for cases where another process or server handles the request, or for batch processing.

type

202