const class webmod::FileMod

sys::Obj
  web::WebMod
    webmod::FileMod

Source

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

See pod doc

file

const File file

Source

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

make

new make(|This|? f)

Source

Constructor with it-block, must set file

onService

virtual override Void onService()

Source