Class Rack::Handler::Thin
In: lib/rack/handler/thin.rb
Parent: Object

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

Methods

run  

Public Class methods

[Validate]