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

x/oak_http_proxy/test/deps.ts>Oak.etag.FileInfo

Proxy middleware for Deno Oak HTTP servers. 🐿 🦕
Latest
interface Oak.etag.FileInfo
import { type Oak } from "https://deno.land/x/oak_http_proxy@2.3.0/test/deps.ts";
const { FileInfo } = Oak.etag;

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