Skip to main content
Go to Latest
interface FileServerArgs
import { type FileServerArgs } from "https://deno.land/std@0.89.0/http/file_server.ts";

Properties

_: string[]
optional
p: number
optional
port: number
optional
cors: boolean
optional
dir-listing: boolean
optional
dotfiles: boolean
optional
host: string
optional
c: string
optional
cert: string
optional
k: string
optional
key: string
optional
h: boolean
optional
help: boolean