るりまサーチ (Ruby 2.5.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.104秒)
トップページ > バージョン:2.5.0[x] > 種類:特異メソッド[x] > クエリ:I[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 (9307.0)

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

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

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

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