<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.18 (Ruby 3.3.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-httpbis-compression-dictionary-18" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.23.0 -->
  <front>
    <title>Compression Dictionary Transport</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-compression-dictionary-18"/>
    <author initials="P." surname="Meenan" fullname="Patrick Meenan" role="editor">
      <organization>Google LLC</organization>
      <address>
        <email>pmeenan@google.com</email>
      </address>
    </author>
    <author initials="Y." surname="Weiss" fullname="Yoav Weiss" role="editor">
      <organization>Shopify Inc</organization>
      <address>
        <email>yoav.weiss@shopify.com</email>
      </address>
    </author>
    <date year="2024" month="August" day="28"/>
    <area>ART</area>
    <workgroup>HTTP</workgroup>
    <keyword>compression dictionary</keyword>
    <keyword>shared brotli</keyword>
    <keyword>zstandard dictionary</keyword>
    <keyword>delta compression</keyword>
    <abstract>
      <?line 77?>

<t>This document specifies a mechanism for dictionary-based compression in the
Hypertext Transfer Protocol (HTTP). By utilizing this technique, clients and
servers can reduce the size of transmitted data, leading to improved performance
and reduced bandwidth consumption. This document extends existing HTTP compression
methods and provides guidelines for the delivery and use of compression
dictionaries within the HTTP protocol.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-httpbis-compression-dictionary/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        HTTP Working Group mailing list (<eref target="mailto:ietf-http-wg@w3.org"/>),
        which is archived at <eref target="https://lists.w3.org/Archives/Public/ietf-http-wg/"/>.
        Working Group information can be found at <eref target="https://httpwg.org/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/httpwg/http-extensions/labels/compression-dictionary"/>.</t>
    </note>
  </front>
  <middle>
    <?line 86?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>This specification defines a mechanism for using designated <xref target="HTTP"/> responses
as an external dictionary for future HTTP responses for compression schemes
that support using external dictionaries (e.g., Brotli <xref target="RFC7932"/> and
Zstandard <xref target="RFC8878"/>).</t>
      <t>This document describes the HTTP headers used for negotiating dictionary usage
and registers content encoding values for compressing with Brotli and Zstandard
using a negotiated dictionary.</t>
      <t>The negotiation of dictionary usage leverages HTTP's content negotiation
(see <xref section="12" sectionFormat="of" target="HTTP"/>) and is usable with all versions of HTTP.</t>
      <section anchor="use-cases">
        <name>Use Cases</name>
        <t>Any HTTP response can be specified to be used as a compression dictionary for
future HTTP requests which provides a lot of flexibility. There are two common
use cases that are seen frequently:</t>
        <section anchor="version-upgrade">
          <name>Version Upgrade</name>
          <t>Using a previous version of a resource as a dictionary for a newer version
enables delivery of a delta-compressed version of the changes, usually
resulting in significantly smaller responses than can be achieved by
compression alone.</t>
          <t>For example:</t>
          <figure>
            <name>Version Upgrade Example</name>
            <artset>
              <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="432" width="424" viewBox="0 0 424 432" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                  <path d="M 8,48 L 8,176" fill="none" stroke="black"/>
                  <path d="M 8,256 L 8,416" fill="none" stroke="black"/>
                  <path d="M 416,48 L 416,176" fill="none" stroke="black"/>
                  <path d="M 416,256 L 416,416" fill="none" stroke="black"/>
                  <path d="M 16,80 L 408,80" fill="none" stroke="black"/>
                  <path d="M 16,160 L 408,160" fill="none" stroke="black"/>
                  <path d="M 16,320 L 408,320" fill="none" stroke="black"/>
                  <path d="M 16,400 L 408,400" fill="none" stroke="black"/>
                  <polygon class="arrowhead" points="416,320 404,314.4 404,325.6" fill="black" transform="rotate(0,408,320)"/>
                  <polygon class="arrowhead" points="416,80 404,74.4 404,85.6" fill="black" transform="rotate(0,408,80)"/>
                  <polygon class="arrowhead" points="24,400 12,394.4 12,405.6" fill="black" transform="rotate(180,16,400)"/>
                  <polygon class="arrowhead" points="24,160 12,154.4 12,165.6" fill="black" transform="rotate(180,16,160)"/>
                  <g class="text">
                    <text x="28" y="36">Client</text>
                    <text x="396" y="36">Server</text>
                    <text x="32" y="68">GET</text>
                    <text x="92" y="68">/app.v1.js</text>
                    <text x="64" y="116">200</text>
                    <text x="92" y="116">OK</text>
                    <text x="124" y="132">Use-As-Dictionary:</text>
                    <text x="264" y="132">match="/app*js"</text>
                    <text x="72" y="148">&lt;full</text>
                    <text x="136" y="148">app.v1.js</text>
                    <text x="212" y="148">resource</text>
                    <text x="256" y="148">-</text>
                    <text x="288" y="148">100KB</text>
                    <text x="360" y="148">compressed&gt;</text>
                    <text x="20" y="212">Some</text>
                    <text x="60" y="212">time</text>
                    <text x="104" y="212">later</text>
                    <text x="144" y="212">...</text>
                    <text x="28" y="244">Client</text>
                    <text x="396" y="244">Server</text>
                    <text x="32" y="276">GET</text>
                    <text x="92" y="276">/app.v2.js</text>
                    <text x="104" y="292">Available-Dictionary:</text>
                    <text x="272" y="292">:pZGm1A...2a2fFG4=:</text>
                    <text x="84" y="308">Accept-Encoding:</text>
                    <text x="176" y="308">gzip,</text>
                    <text x="216" y="308">br,</text>
                    <text x="256" y="308">zstd,</text>
                    <text x="300" y="308">dcb,</text>
                    <text x="336" y="308">dcz</text>
                    <text x="72" y="356">200</text>
                    <text x="100" y="356">OK</text>
                    <text x="128" y="372">Content-Encoding:</text>
                    <text x="216" y="372">dcb</text>
                    <text x="128" y="388">&lt;delta-compressed</text>
                    <text x="240" y="388">app.v2.js</text>
                    <text x="316" y="388">resource</text>
                    <text x="360" y="388">-</text>
                    <text x="388" y="388">1KB&gt;</text>
                  </g>
                </svg>
              </artwork>
              <artwork type="ascii-art"><![CDATA[
Client                                        Server
|                                                  |
| GET /app.v1.js                                   |
|------------------------------------------------->|
|                                                  |
|     200 OK                                       |
|     Use-As-Dictionary: match="/app*js"           |
|     <full app.v1.js resource - 100KB compressed> |
|<-------------------------------------------------|
|                                                  |

Some time later ...

Client                                        Server
|                                                  |
| GET /app.v2.js                                   |
| Available-Dictionary: :pZGm1A...2a2fFG4=:        |
| Accept-Encoding: gzip, br, zstd, dcb, dcz        |
|------------------------------------------------->|
|                                                  |
|      200 OK                                      |
|      Content-Encoding: dcb                       |
|      <delta-compressed app.v2.js resource - 1KB> |
|<-------------------------------------------------|
|                                                  |
]]></artwork>
            </artset>
          </figure>
        </section>
        <section anchor="common-content">
          <name>Common Content</name>
          <t>If several resources share common patterns in their responses then it can be
useful to reference an external dictionary that contains those common patterns,
effectively compressing them out of the responses. Some examples of this are
common template HTML for similar pages across a site and common keys and values
in API calls.</t>
          <t>For example:</t>
          <figure>
            <name>Common Content Example</name>
            <artset>
              <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="544" width="440" viewBox="0 0 440 544" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                  <path d="M 8,48 L 8,288" fill="none" stroke="black"/>
                  <path d="M 8,368 L 8,528" fill="none" stroke="black"/>
                  <path d="M 432,48 L 432,288" fill="none" stroke="black"/>
                  <path d="M 432,368 L 432,528" fill="none" stroke="black"/>
                  <path d="M 16,80 L 424,80" fill="none" stroke="black"/>
                  <path d="M 16,160 L 424,160" fill="none" stroke="black"/>
                  <path d="M 16,208 L 424,208" fill="none" stroke="black"/>
                  <path d="M 16,272 L 424,272" fill="none" stroke="black"/>
                  <path d="M 16,432 L 424,432" fill="none" stroke="black"/>
                  <path d="M 16,512 L 424,512" fill="none" stroke="black"/>
                  <polygon class="arrowhead" points="432,432 420,426.4 420,437.6" fill="black" transform="rotate(0,424,432)"/>
                  <polygon class="arrowhead" points="432,208 420,202.4 420,213.6" fill="black" transform="rotate(0,424,208)"/>
                  <polygon class="arrowhead" points="432,80 420,74.4 420,85.6" fill="black" transform="rotate(0,424,80)"/>
                  <polygon class="arrowhead" points="24,512 12,506.4 12,517.6" fill="black" transform="rotate(180,16,512)"/>
                  <polygon class="arrowhead" points="24,272 12,266.4 12,277.6" fill="black" transform="rotate(180,16,272)"/>
                  <polygon class="arrowhead" points="24,160 12,154.4 12,165.6" fill="black" transform="rotate(180,16,160)"/>
                  <g class="text">
                    <text x="28" y="36">Client</text>
                    <text x="412" y="36">Server</text>
                    <text x="32" y="68">GET</text>
                    <text x="96" y="68">/index.html</text>
                    <text x="64" y="116">200</text>
                    <text x="92" y="116">OK</text>
                    <text x="72" y="132">Link:</text>
                    <text x="144" y="132">&lt;.../dict&gt;;</text>
                    <text x="308" y="132">rel="compression-dictionary"</text>
                    <text x="72" y="148">&lt;full</text>
                    <text x="140" y="148">index.html</text>
                    <text x="220" y="148">resource</text>
                    <text x="264" y="148">-</text>
                    <text x="296" y="148">100KB</text>
                    <text x="368" y="148">compressed&gt;</text>
                    <text x="32" y="196">GET</text>
                    <text x="72" y="196">/dict</text>
                    <text x="168" y="244">200</text>
                    <text x="196" y="244">OK</text>
                    <text x="228" y="260">Use-As-Dictionary:</text>
                    <text x="364" y="260">match="/*html"</text>
                    <text x="20" y="324">Some</text>
                    <text x="60" y="324">time</text>
                    <text x="104" y="324">later</text>
                    <text x="144" y="324">...</text>
                    <text x="28" y="356">Client</text>
                    <text x="412" y="356">Server</text>
                    <text x="32" y="388">GET</text>
                    <text x="96" y="388">/page2.html</text>
                    <text x="104" y="404">Available-Dictionary:</text>
                    <text x="272" y="404">:pZGm1A...2a2fFG4=:</text>
                    <text x="84" y="420">Accept-Encoding:</text>
                    <text x="176" y="420">gzip,</text>
                    <text x="216" y="420">br,</text>
                    <text x="256" y="420">zstd,</text>
                    <text x="300" y="420">dcb,</text>
                    <text x="336" y="420">dcz</text>
                    <text x="72" y="468">200</text>
                    <text x="100" y="468">OK</text>
                    <text x="128" y="484">Content-Encoding:</text>
                    <text x="216" y="484">dcb</text>
                    <text x="128" y="500">&lt;delta-compressed</text>
                    <text x="244" y="500">page2.html</text>
                    <text x="324" y="500">resource</text>
                    <text x="368" y="500">-</text>
                    <text x="400" y="500">10KB&gt;</text>
                  </g>
                </svg>
              </artwork>
              <artwork type="ascii-art"><![CDATA[
Client                                          Server
|                                                    |
| GET /index.html                                    |
|--------------------------------------------------->|
|                                                    |
|     200 OK                                         |
|     Link: <.../dict>; rel="compression-dictionary" |
|     <full index.html resource - 100KB compressed>  |
|<---------------------------------------------------|
|                                                    |
| GET /dict                                          |
|--------------------------------------------------->|
|                                                    |
|                  200 OK                            |
|                  Use-As-Dictionary: match="/*html" |
|<---------------------------------------------------|
|                                                    |

Some time later ...

Client                                          Server
|                                                    |
| GET /page2.html                                    |
| Available-Dictionary: :pZGm1A...2a2fFG4=:          |
| Accept-Encoding: gzip, br, zstd, dcb, dcz          |
|--------------------------------------------------->|
|                                                    |
|      200 OK                                        |
|      Content-Encoding: dcb                         |
|      <delta-compressed page2.html resource - 10KB> |
|<---------------------------------------------------|
|                                                    |
]]></artwork>
            </artset>
          </figure>
        </section>
      </section>
      <section anchor="notational-conventions">
        <name>Notational Conventions</name>
        <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
        <?line -18?>

<t>This document uses the following terminology from Section 3 of
<xref target="STRUCTURED-FIELDS"/> to specify syntax and parsing: Dictionary, String,
Inner List, Token, and Byte Sequence.</t>
        <t>This document uses the line folding strategies described in <xref target="FOLDING"/>.</t>
        <t>This document also uses terminology from <xref target="HTTP"/> and <xref target="HTTP-CACHING"/>.</t>
      </section>
    </section>
    <section anchor="dictionary-negotiation">
      <name>Dictionary Negotiation</name>
      <section anchor="use-as-dictionary">
        <name>Use-As-Dictionary</name>
        <t>When responding to a HTTP Request, a server can advertise that the response can
be used as a dictionary for future requests for URLs that match the rules
specified in the Use-As-Dictionary response header.</t>
        <t>The Use-As-Dictionary response header is a Structured Field
<xref target="STRUCTURED-FIELDS"/> Dictionary with values for "match", "match-dest", "id",
and "type".</t>
        <section anchor="match">
          <name>match</name>
          <t>The "match" value of the Use-As-Dictionary header is a String value that
provides the URL Pattern to use for request matching (see <xref target="URLPATTERN"/>).</t>
          <t>The URL Pattern used for matching does not support using regular expressions.</t>
          <t>The following algorithm is used to validate that a given String value is a
valid URL Pattern that does not use regular expressions and is for the same
Origin (<xref section="4.3.1" sectionFormat="of" target="HTTP"/>) as the dictionary. It will return TRUE
for a valid match pattern and FALSE for an invalid pattern that <bcp14>MUST NOT</bcp14> be
used:</t>
          <ol spacing="normal" type="1"><li>
              <t>Let MATCH be the value of "match" for the given dictionary.</t>
            </li>
            <li>
              <t>Let URL be the URL of the dictionary request.</t>
            </li>
            <li>
              <t>Let PATTERN be an instance of the URLPattern class constructed by setting
input=MATCH, and baseURL=URL (see <xref target="URLPATTERN" section="The URLPattern class" relative="#urlpattern-class"/>).</t>
            </li>
            <li>
              <t>If the hasRegExpGroups attribute of PATTERN is TRUE then return FALSE
(see <xref target="URLPATTERN" section="hasRegExpGroups" relative="#dom-urlpattern-hasregexpgroups"/>).</t>
            </li>
            <li>
              <t>Return TRUE.</t>
            </li>
          </ol>
          <t>The "match" value is required and <bcp14>MUST</bcp14> be included in the
Use-As-Dictionary response header for the dictionary to be considered valid.</t>
          <t>Operating at the HTTP-level, the specified match patterns will operate on the
percent-encoded version of the URL path (see <xref section="2" sectionFormat="of" target="URL"/>).</t>
          <t>For example the URL "http://www.example.com/düsseldorf" would be encoded as
"http://www.example.com/d%C3%BCsseldorf" and a relevant match pattern would be:</t>
          <sourcecode type="http-message"><![CDATA[
Use-As-Dictionary: match="/d%C3%BCsseldorf"
]]></sourcecode>
        </section>
        <section anchor="match-dest">
          <name>match-dest</name>
          <t>The "match-dest" value of the Use-As-Dictionary header is an Inner List of
String values that provides a list of Fetch request destinations for the
dictionary to match (see <xref target="FETCH" section="RequestDestination" relative="#requestdestination"/>).</t>
          <t>An empty list for "match-dest" <bcp14>MUST</bcp14> match all destinations.</t>
          <t>For clients that do not support request destinations, the client <bcp14>MUST</bcp14> treat it
as an empty list and match all destinations.</t>
          <t>The "match-dest" value is optional and defaults to an empty list.</t>
        </section>
        <section anchor="id">
          <name>id</name>
          <t>The "id" value of the Use-As-Dictionary header is a String value that specifies
a server identifier for the dictionary. If an "id" value is present and has a
string length longer than zero then it <bcp14>MUST</bcp14> be sent to the server in a
"Dictionary-ID" request header when the client sends an "Available-Dictionary"
request header for the same dictionary (see <xref target="available-dictionary"/>).</t>
          <t>The server identifier <bcp14>MUST</bcp14> be treated as an opaque string by the client.</t>
          <t>The server identifier <bcp14>MUST NOT</bcp14> be relied upon by the server to guarantee the
contents of the dictionary. The dictionary hash <bcp14>MUST</bcp14> be validated before use.</t>
          <t>The "id" value string length (after any decoding) supports up to 1024
characters.</t>
          <t>The "id" value is optional and defaults to the empty string.</t>
        </section>
        <section anchor="type">
          <name>type</name>
          <t>The "type" value of the Use-As-Dictionary header is a Token value that
describes the file format of the supplied dictionary.</t>
          <t>"raw" is defined as a dictionary format which represents an unformatted blob of
bytes suitable for any compression scheme to use.</t>
          <t>If a client receives a dictionary with a type that it does not understand, it
<bcp14>MUST NOT</bcp14> use the dictionary.</t>
          <t>The "type" value is optional and defaults to "raw".</t>
        </section>
        <section anchor="examples">
          <name>Examples</name>
          <section anchor="path-prefix">
            <name>Path Prefix</name>
            <t>A response that contained a response header:</t>
            <sourcecode type="http-message"><![CDATA[
NOTE: '\' line wrapping per RFC 8792

Use-As-Dictionary: \
  match="/product/*", match-dest=("document")
]]></sourcecode>
            <t>Would specify matching any document request for a URL with a path prefix of
/product/ on the same Origin (<xref section="4.3.1" sectionFormat="of" target="HTTP"/>) as the original
request.</t>
          </section>
          <section anchor="versioned-directories">
            <name>Versioned Directories</name>
            <t>A response that contained a response header:</t>
            <sourcecode type="http-message"><![CDATA[
Use-As-Dictionary: match="/app/*/main.js"
]]></sourcecode>
            <t>Would match any path that starts with "/app/" and ends with "/main.js".</t>
          </section>
        </section>
      </section>
      <section anchor="available-dictionary">
        <name>Available-Dictionary</name>
        <t>When a HTTP client makes a request for a resource for which it has an
appropriate dictionary, it can add a "Available-Dictionary" request header
to the request to indicate to the server that it has a dictionary available to
use for compression.</t>
        <t>The "Available-Dictionary" request header is a Structured Field
<xref target="STRUCTURED-FIELDS"/> Byte Sequence containing the <xref target="SHA-256"/> hash of the
contents of a single available dictionary.</t>
        <t>The client <bcp14>MUST</bcp14> only send a single "Available-Dictionary" request header
with a single hash value for the best available match that it has available.</t>
        <t>For example:</t>
        <sourcecode type="http-message"><![CDATA[
Available-Dictionary: :pZGm1Av0IEBKARczz7exkNYsZb8LzaMrV7J32a2fFG4=:
]]></sourcecode>
        <section anchor="dictionary-freshness-requirement">
          <name>Dictionary freshness requirement</name>
          <t>To be considered as a match, the dictionary resource <bcp14>MUST</bcp14> be either fresh
<xref target="HTTP-CACHING"/> or allowed to be served stale (see eg <xref target="RFC5861"/>).</t>
        </section>
        <section anchor="dictionary-url-matching">
          <name>Dictionary URL matching</name>
          <t>When a dictionary is stored as a result of a "Use-As-Dictionary" directive, it
includes a "match" string and optional "match-dest" string that are used to
match an outgoing request from a client to the available dictionaries.</t>
          <t>To see if an outbound request matches a given dictionary, the following
algorithm will return TRUE for a successful match and FALSE for no-match:</t>
          <ol spacing="normal" type="1"><li>
              <t>If the current client supports request destinations and a "match-dest"
string was provided with the dictionary:
              </t>
              <ul spacing="normal">
                <li>
                  <t>Let DEST be the value of "match-dest" for the given dictionary.</t>
                </li>
                <li>
                  <t>Let REQUEST_DEST be the value of the destination for the current
 request.</t>
                </li>
                <li>
                  <t>If DEST is not an empty list and if REQUEST_DEST is not in the DEST list
 of destinations, return FALSE</t>
                </li>
              </ul>
            </li>
            <li>
              <t>Let BASEURL be the URL of the dictionary request.</t>
            </li>
            <li>
              <t>Let URL represent the URL of the outbound request being checked.</t>
            </li>
            <li>
              <t>If the Origin of BASEURL and the Origin of URL are not the same, return
FALSE (see <xref section="4.3.1" sectionFormat="of" target="HTTP"/>).</t>
            </li>
            <li>
              <t>Let MATCH be the value of "match" for the given dictionary.</t>
            </li>
            <li>
              <t>Let PATTERN be an instance of the URLPattern class constructed by setting
input=MATCH, and baseURL=BASEURL (see <xref target="URLPATTERN" section="The URLPattern class" relative="#urlpattern-class"/>).</t>
            </li>
            <li>
              <t>Return the result of running the "test" method of PATTERN with input=URL
which will check for a match between the request URL and the supplied "match"
URL Pattern (see <xref target="URLPATTERN" section="test(input, baseURL) method" relative="#dom-urlpattern-test"/>).</t>
            </li>
          </ol>
        </section>
        <section anchor="multiple-matching-dictionaries">
          <name>Multiple matching dictionaries</name>
          <t>When there are multiple dictionaries that match a given request URL, the client
<bcp14>MUST</bcp14> pick a single dictionary using the following rules:</t>
          <ol spacing="normal" type="1"><li>
              <t>For clients that support request destinations, a dictionary that specifies
and matches a "match-dest" takes precedence over a match that does not use a
destination.</t>
            </li>
            <li>
              <t>Given equivalent destination precedence, the dictionary with the longest
"match" takes precedence.</t>
            </li>
            <li>
              <t>Given equivalent destination and match length precedence, the most recently
fetched dictionary takes precedence.</t>
            </li>
          </ol>
        </section>
      </section>
      <section anchor="dictionary-id">
        <name>Dictionary-ID</name>
        <t>When a HTTP client makes a request for a resource for which it has an
appropriate dictionary and the dictionary was stored with a server-provided
"id" in the Use-As-Dictionary response then the client <bcp14>MUST</bcp14> echo the stored
"id" in a "Dictionary-ID" request header.</t>
        <t>The "Dictionary-ID" request header is a Structured Field <xref target="STRUCTURED-FIELDS"/>
String of up to 1024 characters (after any decoding) and <bcp14>MUST</bcp14> be identical to
the server-provided "id".</t>
        <t>For example, given a HTTP response that set a dictionary ID:</t>
        <sourcecode type="http-message"><![CDATA[
Use-As-Dictionary: match="/app/*/main.js", id="dictionary-12345"
]]></sourcecode>
        <t>A future request that matches the given dictionary will include both the hash
and the ID:</t>
        <sourcecode type="http-message"><![CDATA[
Available-Dictionary: :pZGm1Av0IEBKARczz7exkNYsZb8LzaMrV7J32a2fFG4=:
Dictionary-ID: "dictionary-12345"
]]></sourcecode>
      </section>
    </section>
    <section anchor="the-compression-dictionary-link-relation-type">
      <name>The 'compression-dictionary' Link Relation Type</name>
      <t>This specification defines the 'compression-dictionary' link relation type
<xref target="WEB-LINKING"/> that provides a mechanism for a HTTP response to provide a URL
for a compression dictionary that is related to, but not directly used by the
current HTTP response.</t>
      <t>The 'compression-dictionary' link relation type indicates that fetching and
caching the specified resource is likely to be beneficial for future requests.
The response to some of those future requests are likely to be able to use
the indicated resource as a compression dictionary.</t>
      <t>Clients can fetch the provided resource at a time that they determine would
be appropriate.</t>
      <t>The response to the fetch for the compression dictionary needs to include a
"Use-As-Dictionary" and caching response headers for it to be usable as a
compression dictionary. The link relation only provides the mechanism for
triggering the fetch of the dictionary.</t>
      <t>The following example shows a link to a resource at
https://example.org/dict.dat that is expected to produce a compression
dictionary:</t>
      <sourcecode type="http-message"><![CDATA[
Link: <https://example.org/dict.dat>; rel="compression-dictionary"
]]></sourcecode>
    </section>
    <section anchor="dictionary-compressed-brotli">
      <name>Dictionary-Compressed Brotli</name>
      <t>The "dcb" content encoding identifies a resource that is a
"Dictionary-Compressed Brotli" stream.</t>
      <t>A "Dictionary-Compressed Brotli" stream has a fixed header that is followed by
a Shared Brotli <xref target="SHARED-BROTLI"/> stream. The header consists of a fixed 4-byte
sequence and a 32-byte hash of the external dictionary that was used.  The
Shared Brotli stream is created using the referenced external dictionary and a
compression window that is at most 16 MB in size.</t>
      <t>The dictionary used for the "dcb" content encoding is a "raw" dictionary type
as defined in <xref target="type"/> and is treated as a prefix dictionary as defined in
section 9.2 of the Shared Brotli Compressed Data Format draft.
<xref target="SHARED-BROTLI"/></t>
      <t>The 36-byte fixed header is as follows:</t>
      <dl>
        <dt>Magic_Number:</dt>
        <dd>
          <t>4 fixed bytes: 0xff, 0x44, 0x43, 0x42.</t>
        </dd>
        <dt>SHA_256_Hash:</dt>
        <dd>
          <t>32 bytes. SHA-256 hash digest of the dictionary <xref target="SHA-256"/>.</t>
        </dd>
      </dl>
      <t>Clients that announce support for dcb content encoding <bcp14>MUST</bcp14> be able to
decompress resources that were compressed with a window size of up to 16 MB.</t>
      <t>With Brotli compression, the full dictionary is available during compression
and decompression independent of the compression window, allowing for
delta-compression of resources larger than the compression window.</t>
    </section>
    <section anchor="dictionary-compressed-zstandard">
      <name>Dictionary-Compressed Zstandard</name>
      <t>The "dcz" content encoding identifies a resource that is a
"Dictionary-Compressed Zstandard" stream.</t>
      <t>A "Dictionary-Compressed Zstandard" stream is a binary stream that starts with
a 40-byte fixed header and is followed by a Zstandard <xref target="RFC8878"/> stream of the
response that has been compressed with an external dictionary.</t>
      <t>The dictionary used for the "dcz" content encoding is a "raw" dictionary type
as defined in <xref target="type"/> and is treated as a raw dictionary as per section 5 of
RFC 8878.</t>
      <t>The 40-byte header consists of a fixed 8-byte sequence followed by the
32-byte SHA-256 hash of the external dictionary that was used to compress the
resource:</t>
      <dl>
        <dt>Magic_Number:</dt>
        <dd>
          <t>8 fixed bytes: 0x5e, 0x2a, 0x4d, 0x18, 0x20, 0x00, 0x00, 0x00.</t>
        </dd>
        <dt>SHA_256_Hash:</dt>
        <dd>
          <t>32 bytes. SHA-256 hash digest of the dictionary <xref target="SHA-256"/>.</t>
        </dd>
      </dl>
      <t>The 40-byte header is a Zstandard skippable frame (little-endian 0x184D2A5E)
with a 32-byte length (little-endian 0x00000020) that is compatible with
existing Zstandard decoders.</t>
      <t>Clients that announce support for dcz content encoding <bcp14>MUST</bcp14> be able to
decompress resources that were compressed with a window size of at least 8 MB
or 1.25 times the size of the dictionary, which ever is greater, up to a
maximum of 128 MB.</t>
      <t>The window size used will be encoded in the content (currently, this can be
expressed in powers of two only) and it <bcp14>MUST</bcp14> be lower than this limit. An
implementation <bcp14>MAY</bcp14> treat a window size that exceeds the limit as a decoding
error.</t>
      <t>With Zstandard compression, the full dictionary is available during compression
and decompression until the size of the input exceeds the compression window.
Beyond that point the dictionary becomes unavailable. Using a compression
window that is 1.25 times the size of the dictionary allows for full delta
compression of resources that have grown by 25% between releases while still
giving the client control over the memory it will need to allocate for a given
response.</t>
    </section>
    <section anchor="negotiating-the-content-encoding">
      <name>Negotiating the content encoding</name>
      <t>When a compression dictionary is available for use compressing the response to
a given request, the encoding to be used is negotiated through the regular
mechanism for negotiating content encoding in HTTP through the "Accept-Encoding"
request header and "Content-Encoding" response header.</t>
      <t>The dictionary to use is negotiated separately and advertised in the
"Available-Dictionary" request header.</t>
      <section anchor="accept-encoding">
        <name>Accept-Encoding</name>
        <t>When a dictionary is available for use on a given request, and the client
chooses to make dictionary-based content-encoding available, the client adds
the dictionary-aware content encodings that it supports to the
"Accept-Encoding" request header. e.g.:</t>
        <sourcecode type="http-message"><![CDATA[
Accept-Encoding: gzip, deflate, br, zstd, dcb, dcz
]]></sourcecode>
        <t>When a client does not have a stored dictionary that matches the request, or
chooses not to use one for the request, the client <bcp14>MUST NOT</bcp14> send its
dictionary-aware content-encodings in the "Accept-Encoding" request header.</t>
      </section>
      <section anchor="content-encoding">
        <name>Content-Encoding</name>
        <t>If a server supports one of the dictionary encodings advertised by the client
and chooses to compress the content of the response using the dictionary that
the client has advertised then it sets the "Content-Encoding" response header
to the appropriate value for the algorithm selected. e.g.:</t>
        <sourcecode type="http-message"><![CDATA[
Content-Encoding: dcb
]]></sourcecode>
        <t>If the response is cacheable, it <bcp14>MUST</bcp14> include a "Vary" header to prevent caches
serving dictionary-compressed resources to clients that don't support them or
serving the response compressed with the wrong dictionary:</t>
        <sourcecode type="http-message"><![CDATA[
Vary: accept-encoding, available-dictionary
]]></sourcecode>
      </section>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <section anchor="content-encoding-1">
        <name>Content Encoding</name>
        <t>IANA is asked to enter the following into the "HTTP Content Coding Registry"
registry maintained at
&lt;<eref target="https://www.iana.org/assignments/http-parameters/http-parameters.xhtml"/>&gt;:</t>
        <ul spacing="normal">
          <li>
            <t>Name: dcb</t>
          </li>
          <li>
            <t>Description: "Dictionary-Compressed Brotli" data format.</t>
          </li>
          <li>
            <t>Reference: This document</t>
          </li>
          <li>
            <t>Notes: <xref target="dictionary-compressed-brotli"/></t>
          </li>
        </ul>
        <t>IANA is asked to enter the following into the "HTTP Content Coding Registry"
registry maintained at
&lt;<eref target="https://www.iana.org/assignments/http-parameters/http-parameters.xhtml"/>&gt;:</t>
        <ul spacing="normal">
          <li>
            <t>Name: dcz</t>
          </li>
          <li>
            <t>Description: "Dictionary-Compressed Zstandard" data format.</t>
          </li>
          <li>
            <t>Reference: This document</t>
          </li>
          <li>
            <t>Notes: <xref target="dictionary-compressed-zstandard"/></t>
          </li>
        </ul>
      </section>
      <section anchor="header-field-registration">
        <name>Header Field Registration</name>
        <t>IANA is asked to update the
"Hypertext Transfer Protocol (HTTP) Field Name Registry" registry maintained at
&lt;<eref target="https://www.iana.org/assignments/http-fields/http-fields.xhtml"/>&gt; according
to the table below:</t>
        <table>
          <thead>
            <tr>
              <th align="left">Field Name</th>
              <th align="left">Status</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">Use-As-Dictionary</td>
              <td align="left">permanent</td>
              <td align="left">
                <xref target="use-as-dictionary"/> of this document</td>
            </tr>
            <tr>
              <td align="left">Available-Dictionary</td>
              <td align="left">permanent</td>
              <td align="left">
                <xref target="available-dictionary"/> of this document</td>
            </tr>
            <tr>
              <td align="left">Dictionary-ID</td>
              <td align="left">permanent</td>
              <td align="left">
                <xref target="dictionary-id"/> of this document</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="link-relation-registration">
        <name>Link Relation Registration</name>
        <t>IANA is asked to update the "Link Relation Types" registry maintained at
&lt;<eref target="https://www.iana.org/assignments/link-relations/link-relations.xhtml"/>&gt;:</t>
        <ul spacing="normal">
          <li>
            <t>Relation Name: compression-dictionary</t>
          </li>
          <li>
            <t>Description: Refers to a compression dictionary used for content encoding.</t>
          </li>
          <li>
            <t>Reference: This document, <xref target="the-compression-dictionary-link-relation-type"/></t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="compatibility-considerations">
      <name>Compatibility Considerations</name>
      <t>It is not unusual for there to be devices on the network path that intercept,
inspect and process HTTP requests (web proxies, firewalls, intrusion detection
systems, etc). To minimize the risk of these devices incorrectly processing
dictionary-compressed responses, compression dictionary transport <bcp14>MUST</bcp14> only be
used in secure contexts (HTTPS).</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>The security considerations for Brotli <xref target="RFC7932"/>, Shared Brotli
<xref target="SHARED-BROTLI"/> and Zstandard <xref target="RFC8878"/> apply to the
dictionary-based versions of the respective algorithms.</t>
      <section anchor="changing-content">
        <name>Changing content</name>
        <t>The dictionary must be treated with the same security precautions as
the content, because a change to the dictionary can result in a
change to the decompressed content.</t>
        <t>The dictionary is validated using a SHA-256 hash of the content to make sure
that the client and server are both using the same dictionary. The strength
of the SHA-256 hash algorithm isn't explicitly needed to counter attacks
since the dictionary is being served from the same origin as the content. That
said, if a weakness is discovered in SHA-256 and it is determined that the
dictionary negotiation should use a different hash algorithm, the
"Use-As-Dictionary" response header can be extended to specify a different
algorithm and the server would just ignore any "Available-Dictionary" requests
that do not use the updated hash.</t>
      </section>
      <section anchor="reading-content">
        <name>Reading content</name>
        <t>The compression attacks in <xref section="2.6" sectionFormat="of" target="RFC7457"/> show that it's a bad idea
to compress data from mixed (e.g. public and private) sources -- the data
sources include not only the compressed data but also the dictionaries. For
example, if you compress secret cookies using a public-data-only dictionary,
you still leak information about the cookies.</t>
        <t>Not only can the dictionary reveal information about the compressed
data, but vice versa, data compressed with the dictionary can reveal
the contents of the dictionary when an adversary can control parts of
data to compress and see the compressed size. On the other hand, if
the adversary can control the dictionary, the adversary can learn
information about the compressed data.</t>
      </section>
      <section anchor="security-mitigations">
        <name>Security Mitigations</name>
        <t>If any of the mitigations do not pass, the client <bcp14>MUST</bcp14> drop the response and
return an error.</t>
        <section anchor="cross-origin-protection">
          <name>Cross-origin protection</name>
          <t>To make sure that a dictionary can only impact content from the same origin
where the dictionary was served, the URL Pattern used for matching a dictionary
to requests (<xref target="match"/>) is guaranteed to be for the same origin that the
dictionary is served from.</t>
        </section>
        <section anchor="response-readability">
          <name>Response readability</name>
          <t>For clients, like web browsers, that provide additional protection against the
readability of the payload of a response and against user tracking, additional
protections <bcp14>MUST</bcp14> be taken to make sure that the use of dictionary-based
compression does not reveal information that would not otherwise be available.</t>
          <t>In these cases, dictionary compression <bcp14>MUST</bcp14> only be used when both the
dictionary and the compressed response are fully readable by the client.</t>
          <t>In browser terms, that means that both are either same-origin to the context
they are being fetched from or that the response is cross-origin and passes
the CORS check (see <xref target="FETCH" section="CORS check" relative="#cors-check"/>).</t>
        </section>
        <section anchor="server-responsibility">
          <name>Server Responsibility</name>
          <t>As with any usage of compressed content in a secure context, a potential
timing attack exists if the attacker can control any part of the dictionary,
or if it can read the dictionary and control any part of the content being
compressed, while performing multiple requests that vary the dictionary or
injected content. Under such an attack, the changing size or processing time
of the response reveals information about the content, which might be
sufficient to read the supposedly secure response.</t>
          <t>In general, a server can mitigate such attacks by preventing variations per
request, as in preventing active use of multiple dictionaries for the same
content, disabling compression when any portion of the content comes from
uncontrolled sources, and securing access and control over the dictionary
content in the same way as the response content. In addition, the following
requirements on a server are intended to disable dictionary-aware compression
when the client provides CORS request header fields that indicate a
cross-origin request context.</t>
          <t>The following algorithm will return FALSE for cross-origin requests where
precautions such as not using dictionary-based compression should be
considered:</t>
          <ol spacing="normal" type="1"><li>
              <t>If there is no "Sec-Fetch-Site" request header then return TRUE.</t>
            </li>
            <li>
              <t>if the value of the "Sec-Fetch-Site" request header is "same-origin" then
return TRUE.</t>
            </li>
            <li>
              <t>If there is no "Sec-Fetch-Mode" request header then return TRUE.</t>
            </li>
            <li>
              <t>If the value of the "Sec-Fetch-Mode" request header is "navigate" or
"same-origin" then return TRUE.</t>
            </li>
            <li>
              <t>If the value of the "Sec-Fetch-Mode" request header is "cors":
              </t>
              <ul spacing="normal">
                <li>
                  <t>If the response does not include an "Access-Control-Allow-Origin" response header then return FALSE.</t>
                </li>
                <li>
                  <t>If the request does not include an "Origin" request header then return FALSE.</t>
                </li>
                <li>
                  <t>If the value of the "Access-Control-Allow-Origin" response header is "*" then return TRUE.</t>
                </li>
                <li>
                  <t>If the value of the "Access-Control-Allow-Origin" response header matches the value of the "Origin" request header then return TRUE.</t>
                </li>
              </ul>
            </li>
            <li>
              <t>return FALSE.</t>
            </li>
          </ol>
        </section>
      </section>
    </section>
    <section anchor="privacy-considerations">
      <name>Privacy Considerations</name>
      <t>Since dictionaries are advertised in future requests using the hash of the
content of the dictionary, it is possible to abuse the dictionary to turn it
into a tracking cookie.</t>
      <t>To mitigate any additional tracking concerns, clients <bcp14>MUST</bcp14> treat dictionaries
in the same way that they treat cookies <xref target="RFC6265"/>. This includes partitioning
the storage as cookies are partitioned as well as clearing the dictionaries
whenever cookies are cleared.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="FETCH" target="https://fetch.spec.whatwg.org/">
          <front>
            <title>Fetch - Living Standard</title>
            <author>
              <organization>WHATWG</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="FOLDING">
          <front>
            <title>Handling Long Lines in Content of Internet-Drafts and RFCs</title>
            <author fullname="K. Watsen" initials="K." surname="Watsen"/>
            <author fullname="E. Auerswald" initials="E." surname="Auerswald"/>
            <author fullname="A. Farrel" initials="A." surname="Farrel"/>
            <author fullname="Q. Wu" initials="Q." surname="Wu"/>
            <date month="June" year="2020"/>
            <abstract>
              <t>This document defines two strategies for handling long lines in width-bounded text content. One strategy, called the "single backslash" strategy, is based on the historical use of a single backslash ('\') character to indicate where line-folding has occurred, with the continuation occurring with the first character that is not a space character (' ') on the next line. The second strategy, called the "double backslash" strategy, extends the first strategy by adding a second backslash character to identify where the continuation begins and is thereby able to handle cases not supported by the first strategy. Both strategies use a self-describing header enabling automated reconstitution of the original content.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8792"/>
          <seriesInfo name="DOI" value="10.17487/RFC8792"/>
        </reference>
        <reference anchor="HTTP">
          <front>
            <title>HTTP Semantics</title>
            <author fullname="R. Fielding" initials="R." role="editor" surname="Fielding"/>
            <author fullname="M. Nottingham" initials="M." role="editor" surname="Nottingham"/>
            <author fullname="J. Reschke" initials="J." role="editor" surname="Reschke"/>
            <date month="June" year="2022"/>
            <abstract>
              <t>The Hypertext Transfer Protocol (HTTP) is a stateless application-level protocol for distributed, collaborative, hypertext information systems. This document describes the overall architecture of HTTP, establishes common terminology, and defines aspects of the protocol that are shared by all versions. In this definition are core protocol elements, extensibility mechanisms, and the "http" and "https" Uniform Resource Identifier (URI) schemes.</t>
              <t>This document updates RFC 3864 and obsoletes RFCs 2818, 7231, 7232, 7233, 7235, 7538, 7615, 7694, and portions of 7230.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="97"/>
          <seriesInfo name="RFC" value="9110"/>
          <seriesInfo name="DOI" value="10.17487/RFC9110"/>
        </reference>
        <reference anchor="HTTP-CACHING">
          <front>
            <title>HTTP Caching</title>
            <author fullname="R. Fielding" initials="R." role="editor" surname="Fielding"/>
            <author fullname="M. Nottingham" initials="M." role="editor" surname="Nottingham"/>
            <author fullname="J. Reschke" initials="J." role="editor" surname="Reschke"/>
            <date month="June" year="2022"/>
            <abstract>
              <t>The Hypertext Transfer Protocol (HTTP) is a stateless application-level protocol for distributed, collaborative, hypertext information systems. This document defines HTTP caches and the associated header fields that control cache behavior or indicate cacheable response messages.</t>
              <t>This document obsoletes RFC 7234.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="98"/>
          <seriesInfo name="RFC" value="9111"/>
          <seriesInfo name="DOI" value="10.17487/RFC9111"/>
        </reference>
        <reference anchor="RFC8878">
          <front>
            <title>Zstandard Compression and the 'application/zstd' Media Type</title>
            <author fullname="Y. Collet" initials="Y." surname="Collet"/>
            <author fullname="M. Kucherawy" initials="M." role="editor" surname="Kucherawy"/>
            <date month="February" year="2021"/>
            <abstract>
              <t>Zstandard, or "zstd" (pronounced "zee standard"), is a lossless data compression mechanism. This document describes the mechanism and registers a media type, content encoding, and a structured syntax suffix to be used when transporting zstd-compressed content via MIME.</t>
              <t>Despite use of the word "standard" as part of Zstandard, readers are advised that this document is not an Internet Standards Track specification; it is being published for informational purposes only.</t>
              <t>This document replaces and obsoletes RFC 8478.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8878"/>
          <seriesInfo name="DOI" value="10.17487/RFC8878"/>
        </reference>
        <reference anchor="SHA-256">
          <front>
            <title>US Secure Hash Algorithms (SHA and SHA-based HMAC and HKDF)</title>
            <author fullname="D. Eastlake 3rd" initials="D." surname="Eastlake 3rd"/>
            <author fullname="T. Hansen" initials="T." surname="Hansen"/>
            <date month="May" year="2011"/>
            <abstract>
              <t>Federal Information Processing Standard, FIPS</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6234"/>
          <seriesInfo name="DOI" value="10.17487/RFC6234"/>
        </reference>
        <reference anchor="SHARED-BROTLI" target="https://datatracker.ietf.org/doc/draft-vandevenne-shared-brotli-format/">
          <front>
            <title>Shared Brotli Compressed Data Format</title>
            <author>
              <organization/>
            </author>
            <date year="2022" month="September"/>
          </front>
        </reference>
        <reference anchor="STRUCTURED-FIELDS" target="https://datatracker.ietf.org/doc/draft-ietf-httpbis-sfbis/">
          <front>
            <title>Structured Field Values for HTTP</title>
            <author>
              <organization/>
            </author>
            <date year="2024" month="May"/>
          </front>
        </reference>
        <reference anchor="URL">
          <front>
            <title>Uniform Resource Identifier (URI): Generic Syntax</title>
            <author fullname="T. Berners-Lee" initials="T." surname="Berners-Lee"/>
            <author fullname="R. Fielding" initials="R." surname="Fielding"/>
            <author fullname="L. Masinter" initials="L." surname="Masinter"/>
            <date month="January" year="2005"/>
            <abstract>
              <t>A Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource. This specification defines the generic URI syntax and a process for resolving URI references that might be in relative form, along with guidelines and security considerations for the use of URIs on the Internet. The URI syntax defines a grammar that is a superset of all valid URIs, allowing an implementation to parse the common components of a URI reference without knowing the scheme-specific requirements of every possible identifier. This specification does not define a generative grammar for URIs; that task is performed by the individual specifications of each URI scheme. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="66"/>
          <seriesInfo name="RFC" value="3986"/>
          <seriesInfo name="DOI" value="10.17487/RFC3986"/>
        </reference>
        <reference anchor="URLPATTERN" target="https://urlpattern.spec.whatwg.org/">
          <front>
            <title>URL Pattern - Living Standard</title>
            <author>
              <organization>WHATWG</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="WEB-LINKING">
          <front>
            <title>Web Linking</title>
            <author fullname="M. Nottingham" initials="M." surname="Nottingham"/>
            <date month="October" year="2017"/>
            <abstract>
              <t>This specification defines a model for the relationships between resources on the Web ("links") and the type of those relationships ("link relation types").</t>
              <t>It also defines the serialisation of such links in HTTP headers with the Link header field.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8288"/>
          <seriesInfo name="DOI" value="10.17487/RFC8288"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC5861">
          <front>
            <title>HTTP Cache-Control Extensions for Stale Content</title>
            <author fullname="M. Nottingham" initials="M." surname="Nottingham"/>
            <date month="May" year="2010"/>
            <abstract>
              <t>This document defines two independent HTTP Cache-Control extensions that allow control over the use of stale responses by caches. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5861"/>
          <seriesInfo name="DOI" value="10.17487/RFC5861"/>
        </reference>
        <reference anchor="RFC6265">
          <front>
            <title>HTTP State Management Mechanism</title>
            <author fullname="A. Barth" initials="A." surname="Barth"/>
            <date month="April" year="2011"/>
            <abstract>
              <t>This document defines the HTTP Cookie and Set-Cookie header fields. These header fields can be used by HTTP servers to store state (called cookies) at HTTP user agents, letting the servers maintain a stateful session over the mostly stateless HTTP protocol. Although cookies have many historical infelicities that degrade their security and privacy, the Cookie and Set-Cookie header fields are widely used on the Internet. This document obsoletes RFC 2965. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6265"/>
          <seriesInfo name="DOI" value="10.17487/RFC6265"/>
        </reference>
        <reference anchor="RFC7457">
          <front>
            <title>Summarizing Known Attacks on Transport Layer Security (TLS) and Datagram TLS (DTLS)</title>
            <author fullname="Y. Sheffer" initials="Y." surname="Sheffer"/>
            <author fullname="R. Holz" initials="R." surname="Holz"/>
            <author fullname="P. Saint-Andre" initials="P." surname="Saint-Andre"/>
            <date month="February" year="2015"/>
            <abstract>
              <t>Over the last few years, there have been several serious attacks on Transport Layer Security (TLS), including attacks on its most commonly used ciphers and modes of operation. This document summarizes these attacks, with the goal of motivating generic and protocol-specific recommendations on the usage of TLS and Datagram TLS (DTLS).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7457"/>
          <seriesInfo name="DOI" value="10.17487/RFC7457"/>
        </reference>
        <reference anchor="RFC7932">
          <front>
            <title>Brotli Compressed Data Format</title>
            <author fullname="J. Alakuijala" initials="J." surname="Alakuijala"/>
            <author fullname="Z. Szabadka" initials="Z." surname="Szabadka"/>
            <date month="July" year="2016"/>
            <abstract>
              <t>This specification defines a lossless compressed data format that compresses data using a combination of the LZ77 algorithm and Huffman coding, with efficiency comparable to the best currently available general-purpose compression methods.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7932"/>
          <seriesInfo name="DOI" value="10.17487/RFC7932"/>
        </reference>
      </references>
    </references>
  </back>
  <!-- ##markdown-source:
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

-->

</rfc>
