class NotModifiedResponse
extends Response
Re-export
import { NotModifiedResponse } from "https://deno.land/x/keywork@v6.2.1/http/mod.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.