るりまサーチ

最速Rubyリファレンスマニュアル検索!
11件ヒット [1-11件を表示] (0.300秒)
トップページ > クエリ:-[x] > クエリ:I[x] > クエリ:>[x] > 種類:特異メソッド[x] > クラス:WEBrick::HTTPResponse[x]

別のキーワード

  1. _builtin -
  2. open-uri open
  3. irb/input-method new
  4. irb/input-method gets
  5. matrix -

ライブラリ

検索結果

WEBrick::HTTPResponse.new(config) -> WEBrick::HTTPResponse (3302.0)

HTTPResponse オブジェクトを生成して返します。

...HTTPResponse オブジェクトを生成して返します。

@param config 設定を保存したハッシュを指定します。:HTTPVersion は必須です。

require 'webrick'
res = WEBrick::HTTPResponse.new( { :HTTPVersion => "1.1" } )...