るりまサーチ (Ruby 2.3.0)

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

別のキーワード

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

検索結果

WEBrick::HTTPStatus::NotModified (54001.0)

HTTP のステータスコード 304 Not Modified を表すクラスです。

HTTP のステータスコード 304 Not Modified を表すクラスです。

Net::HTTPNotModified (18001.0)

HTTP レスポンス 304 (Not Modified) を表現するクラスです。

HTTP レスポンス 304 (Not Modified) を表現するクラスです。

詳しくは 7232 Section 4.1 を見てください。

WEBrick::HTTPServlet::DefaultFileHandler#do_GET(request, response) -> () (19.0)

GET リクエストを処理します。

GET リクエストを処理します。

@param request クライアントからのリクエストを表す WEBrick::HTTPRequest オブジェクトです。

@param response クライアントへのレスポンスを表す WEBrick::HTTPResponse オブジェクトです。

@raise WEBrick::HTTPStatus::NotModified 自身に関連付けられたファイルが変更されていない場合に発生します。

@raise WEBrick::HTTPStatus::PartialContent 部分的 GET リクエストを処理した場合に発生します。