Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StaticServerOptions

Defines the behavior of the static server.

Hierarchy

  • StaticServerOptions

Index

Properties

Optional allowedExtensions

allowedExtensions: string[]

If specified, only files with these extensions will be served.

Optional basePath

basePath: string | string[] | UniversalPath

The path to the directory whose files should be served.

Optional directoryListing

directoryListing: boolean

If true, browsing to a directory route will show the directory listing page.

Optional excludedExtensions

excludedExtensions: string[]

If specified, files with these extensions will not be served.

Optional indexFile

indexFile: string

If a file with this name exists in a directory, it will be served.

Extollo Logo

extollo (v. latin) - to lift up, to elevate

Extollo is a free & libre application framework in TypeScript.