class WEBrick::HTTPServer

def create_response(with_webrick_config)

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