Skip to main content
Module

x/keywork/mod.ts>HTTP.NotModifiedResponse

A library for building V8 Isolate web apps on Cloudflare Workers, Deno, and Node.JS
Go to Latest
class HTTP.NotModifiedResponse
Re-export
import { HTTP } from "https://deno.land/x/keywork@v6.0.1/mod.ts";
const { NotModifiedResponse } = HTTP;

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)