Class
LocalFileDocument
In:
mod_docs/local.rb
Parent:
Document
Methods
new
publish
publish_file
publish_if_modified_since
publish_if_range
publish_if_unmodified_since
publish_range
Included Modules
FileSeparator
Constants
TYPE_RESOLVER
=
ContentTypeResolver.new
Attributes
type_resolver
[R]
Public Class methods
new
(root)
Public Instance methods
publish
(script_name, request, response, logger)
Private Instance methods
publish_file
(req_path, local_path, request, response)
publish_if_modified_since
(stat, request, response)
publish_if_range
(file, stat, req_path, request, response)
publish_if_unmodified_since
(stat, request, response)
publish_range
(file, stat, req_path, request, response)
[Validate]