Class: Rack::Handler::Falcon
- Inherits:
-
Falcon::Rackup::Handler
- Object
- Falcon::Rackup::Handler
- Rack::Handler::Falcon
- Defined in:
- lib/rack/handler/falcon.rb
Overview
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`.
Constant Summary
Constants inherited from Falcon::Rackup::Handler
Falcon::Rackup::Handler::SCHEME
Method Summary
Methods inherited from Falcon::Rackup::Handler
#close, endpoint_for, #initialize, run, #stop, to_s
Constructor Details
This class inherits a constructor from Falcon::Rackup::Handler