Module

std/http/mod.ts>Entity

The Deno Standard Library
Latest
type alias Entity
import { type Entity } from "https://dotland.deno.dev/std@0.224.0/http/mod.ts";

Represents an entity that can be used for generating an ETag.

definition: string | Uint8Array | FileInfo