Skip to main content
Module

x/etag_middleware/mod.ts

HTTP ETag middleware
Latest
File
// Copyright 2023-latest the httpland authors. All rights reserved. MIT license.// This module is browser compatible.
export { type Handler, type Middleware } from "./deps.ts";export { etag } from "./middleware.ts";export type { Digest, ETagStrategy } from "./types.ts";