type

FileMod

src 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

src const File file

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

make

src new make(|This|? f)

Constructor with it-block, must set file

onService

src virtual override Void onService()