Class
ActionDispatch::FileHandler
In:
lib/action_dispatch/middleware/static.rb
Parent:
Object
Methods
call
escape_glob_chars
ext
match?
new
unescape_path
Constants
PATH_SEPS
=
Regexp.union(*[::File::SEPARATOR, ::File::ALT_SEPARATOR].compact)
Public Class methods
new
(root, cache_control)
Public Instance methods
call
(env)
escape_glob_chars
(path)
ext
()
match?
(path)
unescape_path
(path)
[Validate]