class ActionDispatch::Static

def initialize(app, path, index: "index", headers: {})

def initialize(app, path, index: "index", headers: {})
  @app = app
  @file_handler = FileHandler.new(path, index: index, headers: headers)
end