Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/oak/mod.ts>etag.ETagOptions

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Very Popular
Go to Latest
interface etag.ETagOptions
import { type etag } from "https://deno.land/x/oak@v11.0.0/mod.ts";
const { ETagOptions } = etag;

Properties

optional
weak: boolean

Override the default behavior of calculating the ETag, either forcing a tag to be labelled weak or not.