Skip to main content
Module

x/fastro/mod.ts>HttpServer#static

Fast and simple web application framework for deno
Go to Latest
method HttpServer.prototype.static
Re-export
import { HttpServer } from "https://deno.land/x/fastro@v0.75.5/mod.ts";

Parameters

path: string
optional
options: { maxAge?: number; folder?: string; }