<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet type="text/xsl" href="http-cache-status.xsl"?>
<?xml-model href="http-cache-status.rng" schematypens="http://relaxng.org/ns/structure/1.0" ?>
<registry xmlns="http://www.iana.org/assignments" id="http-cache-status">
  <title>Hypertext Transfer Protocol (HTTP) Cache-Status</title>
  <created>2021-08-19</created>
  <updated>2022-06-21</updated>
  <registry id="http-cache-status">
    <title>HTTP Cache-Status</title>
    <xref type="rfc" data="rfc9211"/>
    <registration_rule>Expert Review</registration_rule>
    <expert>Mark Nottingham</expert>
    <record date="2021-08-19">
      <name>hit</name>
      <type>Boolean</type>
      <description>When true, indicates that the
        request was satisfied by the cache; that is, it was not forwarded,
        and the response was obtained from the cache.
      </description>
        <xref type="rfc" data="rfc9211"/>
    </record>
    <record date="2021-08-19">
      <name>fwd</name>
      <type>Token</type>
      <description>When present, indicates that the request went forward towards
        the origin; its value indicates why.</description>
        <xref type="rfc" data="rfc9211"/>
    </record>
    <record date="2021-08-19">
      <name>fwd-status</name>
      <type>Integer</type>
      <description>Indicates which status code (see <xref type="rfc" data="rfc9110"/>, Section 15)
        the next-hop server returned in response to the forwarded request.</description>
        <xref type="rfc" data="rfc9211"/>
    </record>
    <record date="2021-08-19">
      <name>ttl</name>
      <type>Integer</type>
      <description>Indicates the response’s remaining freshness lifetime
        (see <xref type="rfc" data="rfc9111"/>, Section 4.2.1)
        as calculated by the cache, as an integer number of seconds, measured as closely as possible to when
        the response header section is sent by the cache.</description>
        <xref type="rfc" data="rfc9211"/>
    </record>
    <record date="2021-08-19">
      <name>stored</name>
      <type>Boolean</type>
      <description>Indicates whether the cache stored the response
        (see <xref type="rfc" data="rfc9111"/>, Section 3); a true value indicates that it did.</description>
        <xref type="rfc" data="rfc9211"/>
    </record>
    <record date="2021-08-19">
      <name>collapsed</name>
      <type>Boolean</type>
      <description>Indicates whether this request was collapsed together with one or more other forward
        requests (see <xref type="rfc" data="rfc9111"/>, Section 4); If true, the response was successfully
        reused; if not, a new request had to be made.</description>
        <xref type="rfc" data="rfc9211"/>
    </record>
    <record date="2021-08-19">
      <name>key</name>
      <type>String</type>
      <description> Conveys a representation of the cache key
        (see <xref type="rfc" data="rfc9111"/>, Section 2) used for the response.</description>
        <xref type="rfc" data="rfc9211"/>
    </record>
    <record date="2021-08-19">
      <name>detail</name>
      <type>String or Token</type>
      <description>Allows implementations to convey additional information not captured in
        other parameters, such as implementation-specific states or other caching-related metrics.</description>
        <xref type="rfc" data="rfc9211"/>
    </record>
  </registry>
  <people/>
</registry>
