new(config) -> WEBrick::HTTPResponse
HTTPResponse オブジェクトを生成して返します。
require 'webrick' res = WEBrick::HTTPResponse.new( { :HTTPVersion => "1.1" } )