Rook (version 1.1-1)

Static-class: Class Static

Description

A Middleware class for serving static files from a root directory given a set of url paths.

Arguments

Methods

new(urls, root):

Creates a new object. urls is a character vector whose elements must start with a '/'. root is a length 1 character vector whose value must be a valid directory.

See Also

See Builder for an example.