class WEBrick::HTTPServer

def create_request(with_webrick_config)

request. Can be overridden by subclasses.
Creates the HTTPRequest used when handling the HTTP
#
def create_request(with_webrick_config)
  HTTPRequest.new(with_webrick_config)
end