並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 2 件 / 2件

新着順 人気順

etagの検索結果1 - 2 件 / 2件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

etagに関するエントリは2件あります。 rails が関連タグです。 人気エントリには 『Rails: レスポンスのライフサイクルとETagを理解する(翻訳)|TechRacho by BPS株式会社』などがあります。
  • Rails: レスポンスのライフサイクルとETagを理解する(翻訳)|TechRacho by BPS株式会社

    概要 原著者の許諾を得て翻訳・公開いたします。 英語記事: Inside Rails: The Lifecycle of a Response 原文公開日: 2020/05/05 著者: Godfrey Chan サイト: Skylight 日本語タイトルは内容に即したものにしました。 本記事は以下の続編です。 Rails: リクエストのライフサイクルとRackを理解する(翻訳) 参考 以下のサイトで、Railsのリクエストの全ライフサイクルをビジュアル表示で追うことができます。本記事と合わせて参照することで理解が進むと思います。 サイト: Rails Trace rails-trace.chriszetter.comより 昨年、Skylightチームは「リクエストのライフサイクル」という題で発表いたしました。この発表では、ブラウザにURLを入力してからリクエストがRailsコントローラの

      Rails: レスポンスのライフサイクルとETagを理解する(翻訳)|TechRacho by BPS株式会社
    • ETag and HTTP caching

      One neat use case for the HTTP ETag header is client-side HTTP caching for GET requests. Along with the ETag header, the caching workflow requires you to fiddle with other conditional HTTP headers like If-Match or If-None-Match. However, their interaction can feel a bit confusing at times. Every time I need to tackle this, I end up spending some time browsing through the relevant MDN docs on ETag

        ETag and HTTP caching
      1

      新着記事