るりまサーチ

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

別のキーワード

  1. _builtin to_i
  2. fiddle to_i
  3. matrix elements_to_i
  4. matrix i
  5. csv to_i

ライブラリ

検索結果

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

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

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

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

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