Skip to main content
Module

x/status/mod.ts>PROCESSING

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

Official Documentation @ https://tools.ietf.org/html/rfc2518#section-10.1

This code indicates that the server has received and is processing the request, but no response is available yet.

type

102