Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/keywork/http/classes/NotModifiedResponse.ts

A library for building V8 Isolate web apps on Cloudflare Workers, Deno, and Node.JS
Latest
import * as keywork from "https://deno.land/x/keywork@v6.2.1/http/classes/NotModifiedResponse.ts";

Classes

Given that a request's etag header matches an server entity or resource, a NotModifiedResponse should be sent to the requestor as an indication that the client's cache is still applicable.