Skip to main content
Module

x/frugal/dep/std/http.ts>FileInfo

A frugal web framework
Latest
interface FileInfo
import { type FileInfo } from "https://deno.land/x/frugal@0.9.6/dep/std/http.ts";

Just the part of Deno.FileInfo that is required to calculate an ETag, so partial or user generated file information can be passed.

Properties

mtime: Date | null
size: number