Class: Rack::Handler::Thin
- Inherits:
-
Object
- Object
- Rack::Handler::Thin
- Defined in:
- lib/rack/handler/thin.rb
Overview
Rack Handler stricly to be able to use Thin through the rackup command. To do so, simply require ‘thin’ in your Rack config file and run like this
rackup --server thin