new(config) -> WEBrick::HTTPResponse
[permalink][rdoc][edit]-
HTTPResponse オブジェクトを生成して返します。
- [PARAM] config:
- 設定を保存したハッシュを指定します。:HTTPVersion は必須です。
require 'webrick' res = WEBrick::HTTPResponse.new( { :HTTPVersion => "1.1" } )
new(config) -> WEBrick::HTTPResponse
[permalink][rdoc][edit]HTTPResponse オブジェクトを生成して返します。
require 'webrick' res = WEBrick::HTTPResponse.new( { :HTTPVersion => "1.1" } )