Skip to main content
Module

x/status/mod.ts>CONTINUE

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

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

This interim response indicates that everything so far is OK and that the client should continue with the request or ignore it if it is already finished.

type

100