Skip to main content
Module

x/status/mod.ts>NOT_MODIFIED

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

Official Documentation @ https://tools.ietf.org/html/rfc7232#section-4.1

This is used for caching purposes. It is telling to client that response has not been modified. So, client can continue to use same cached version of response.

type

304