module Handler

Classes and Modules

class Falcon < ::Falcon::Rackup::Handler

Rack (v2) expects the constant to be in the Rack::Handler namespace, so we define a new handler class in the Rack::Handler namespace that inherits from Falcon::Rackup::Handler.