Skip to main content
Module

x/oak/etag.ts>FileInfo

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
interface FileInfo
import { type FileInfo } from "https://deno.land/x/oak@v10.6.0/etag.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