Server
Inherits Reference < Object
Constructors
Class methods
run
SourceInstance methods
extension(path)
Sourceinit
Sourceraw_file(path)
Sourcereply_with_nothing(context)
Sourcereply_with_resource(resource, context, path)
Sourcetranslate_path(path)
Conversion matrix:
GET /compiled-html-filename-without-extension -> /raw/html/filename-without-extension GET /filename.js -> /raw/js/filename-without-extension GET /filename.css -> /raw/css/filename-without-extension
valid_path?(path)
Allowing smth like:
GET /raw/html/filename-without-extension GET /raw/js/filename-without-extension GET /raw/css/filename-without-extension GET /raw/bin/filename-with-extension