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
[Validate]