new(config={}, default=Config::HTTP)
Class Public methods
Creates a new HTTP server according to config
An HTTP server uses the following attributes:
:AccessLog
An array of access logs. See WEBrick::AccessLog
:BindAddress
Local address for the server to bind to
:DocumentRoot
Root path to serve files from
:DocumentRootOptions
Options for the default HTTPServlet::FileHandler
:HTTPVersion
The HTTP version of this server
:Port
Port to listen on
:RequestCallback
Cal