Handlers connect web servers with Rack.
Rack includes Handlers for Mongrel, WEBrick, FastCGI and CGI.
Handlers usually are activated by calling MyHandler.run(myapp). A second optional hash can be passed to include server-specific configuration.
[Validate]