Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/keywork/http/classes/NotModifiedResponse.ts>NotModifiedResponse

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

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.

Constructors

new
NotModifiedResponse(etag: string)