class Falcon::Service::Application

def middleware

@returns [Protocol::HTTP::Middleware]
The middleware that will be served by this application.
def middleware
	# In a multi-threaded container, we don't want to modify the shared evaluator's cache, so we create a new evaluator:
	@environment.evaluator.middleware
end