Skip to main content
Module

x/keywork/http/classes/mod.ts

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

Classes

A client-side cachable response.

An error response sent to a client when a request is deemed to be invalid in some way.

A response that returns a full HTML document.

A response sent to the client containing a JSON object.

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.