read_timeout -> Integer|nil
[permalink][rdoc][edit]-
読みこみ(read(2)) 一回でブロックしてよい最大秒数を返します。
この秒数たっても読みこめなければ例外 Net::ReadTimeout を発生します。
nilはタイムアウトしないことを意味します。
デフォルトは 60 (秒)です。
[SEE_ALSO] Net::HTTP#open_timeout, Net::HTTP#read_timeout=
read_timeout -> Integer|nil
[permalink][rdoc][edit]読みこみ(read(2)) 一回でブロックしてよい最大秒数を返します。
この秒数たっても読みこめなければ例外 Net::ReadTimeout を発生します。
nilはタイムアウトしないことを意味します。
デフォルトは 60 (秒)です。
[SEE_ALSO] Net::HTTP#open_timeout, Net::HTTP#read_timeout=