module Rackup::Handler

Handlers connect web servers with Rack.

Rackup includes Handlers for WEBrick and CGI.

Handlers usually are activated by calling MyHandler.run(myapp). A second optional hash can be passed to include server-specific configuration.