A server adapter to respond to requests using the Rack server infrastructure.
Responds to Rack requests and builds a response with the {Router}. @return [Array(Numeric,Hash,Array)] the Rack-style response
Starts the +Rack::Server+. This method will pass control to the server and block. @return [void]
[Validate]