class StaticFileServer
implements Server
import { StaticFileServer } from "https://deno.land/x/frugal@0.9.1/src/server/StaticFileServer.ts";
Constructors
new
StaticFileServer(config: FrugalConfig)Methods
handler(_secure?: boolean): http.Handler
serve(unnamed 0?: ServeOptions)