type

FileMod

const class FileMod : WebMod

FileMod is a web module which publishes a file or directory.

See pod doc

constructors

make

Constructor with it-block, must set file

fields

file

File or directory to publish.

methods

Slot Details

file

const File file

File or directory to publish. This field must be configured in the constructor's it-block.

make

new make(|This|? f)

Constructor with it-block, must set file

onService

virtual override Void onService()