x/oak/mod.ts

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Very Popular
Go to Latest
interface etag.ETagOptions
import { type etag } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/mod.ts?s=etag.ETagOptions";

const { ETagOptions } = etag;

Properties

optional
weak: boolean
[src]

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