class Rack::Handler::Falcon
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`.
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`.