module Falcon::Environment::Rackup

def middleware

def middleware
	::Falcon::Server.middleware(rack_app, verbose: verbose, cache: cache)
end