Class: Rack::Handler::Falcon

Inherits:
Falcon::Rackup::Handler show all
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