るりまサーチ (Ruby 2.3.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.030秒)
トップページ > バージョン:2.3.0[x] > クエリ:new[x] > クエリ:int[x] > モジュール:Net::HTTPHeader[x]

別のキーワード

  1. openssl new
  2. _builtin new
  3. rexml/document new
  4. resolv new
  5. socket new

ライブラリ

キーワード

検索結果

Net::HTTPHeader#content_length -> Integer|nil (322.0)

Content-Length: ヘッダフィールドの表している値を整数で返します。

...ィールドの表している値を整数で返します。

ヘッダが設定されていない場合には nil を返します。

@raise Net::HTTPHeaderSyntaxError フィールドの値が不正である場合に
発生します。

//emlist[例][ruby]{
require...

Net::HTTPHeader#range_length -> Integer|nil (322.0)

Content-Range: ヘッダフィールドの表している長さを整数で返します。

...ールドの表している長さを整数で返します。

ヘッダが設定されていない場合には nil を返します。

@raise Net::HTTPHeaderSyntaxError Content-Range: ヘッダフィールド
の値が不正である場合に...