るりまサーチ (Ruby 2.3.0)

最速Rubyリファレンスマニュアル検索!
3件ヒット [1-3件を表示] (0.097秒)
トップページ > バージョン:2.3.0[x] > 種類:インスタンスメソッド[x] > クエリ:@[x] > クエリ:see[x] > クラス:Gem::RemoteFetcher[x]

別のキーワード

  1. httpstatus rc_see_other
  2. webrick/httpstatus rc_see_other
  3. rc_see_other webrick/httpstatus
  4. rc_see_other webrick::httpstatus

ライブラリ

キーワード

検索結果

Gem::RemoteFetcher#request(uri, request_class, last_modified = nil) -> Net::HTTPResponse (97.0)

与えられた URI に対してリクエストを実行し、Net::HTTPResponse を返します。

与えられた URI に対してリクエストを実行し、Net::HTTPResponse を返します。

@param uri URI を指定します。

@param request_class Net::HTTP::Head か Net::HTTP::Get を指定します。

@param last_modified 最終更新時刻を指定します。

@see Net::HTTP, Net::HTTP::Head, Net::HTTP::Get

Gem::RemoteFetcher#escape(str) -> String (61.0)

URI 文字列をエンコードした文字列を返します。

URI 文字列をエンコードした文字列を返します。

@param str 文字列を指定します。

@see URI.escape

Gem::RemoteFetcher#unescape(str) -> String (61.0)

URI 文字列をデコードした文字列を返します。

URI 文字列をデコードした文字列を返します。

@param str 文字列を指定します。

@see URI.unescape