<?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-rfc2629 version 1.5.24 -->
<?rfc tocindent="yes"?>
<?rfc strict="yes"?>
<?rfc compact="yes"?>
<?rfc comments="yes"?>
<?rfc inline="yes"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-nottingham-http-structure-retrofit-02" category="info" tocInclude="true" sortRefs="true" symRefs="true" obsoletes="" updates="" submissionType="IETF" xml:lang="en" version="3">
  <!-- xml2rfc v2v3 conversion 3.12.0 -->
  <front>
    <title>Retrofit Structured Fields for HTTP</title>
    <seriesInfo name="Internet-Draft" value="draft-nottingham-http-structure-retrofit-02"/>
    <author initials="M." surname="Nottingham" fullname="Mark Nottingham">
      <organization/>
      <address>
        <postal>
          <postalLine>Prahran</postalLine>
          <postalLine>VIC</postalLine>
          <postalLine>Australia</postalLine>
        </postal>
        <email>mnot@mnot.net</email>
        <uri>https://www.mnot.net/</uri>
      </address>
    </author>
    <date/>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <t>This specification defines how a selection of existing HTTP fields can be handled as Structured Fields.</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-nottingham-http-structure-retrofit/"/>.
      </t>
      <t>
         information can be found at <eref target="https://mnot.github.io/I-D/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/mnot/I-D/labels/http-structure-retrofit"/>.</t>
    </note>
  </front>
  <middle>
    <section anchor="introduction" numbered="true" toc="default">
      <name>Introduction</name>
      <t>Structured Field Values for HTTP <xref target="STRUCTURED-FIELDS" format="default"/> introduced a data model with associated parsing and serialisation algorithms for use by new HTTP field values. Header fields that are defined as Structured Fields can realise a number of benefits, including:</t>
      <ul spacing="normal">
        <li>Improved interoperability and security: precisely defined parsing and serialisation algorithms are typically not available for fields defined with just ABNF and/or prose.</li>
        <li>Reuse of common implementations: many parsers for other fields are specific to a single field or a small family of fields</li>
        <li>Canonical form: because a deterministic serialisation algorithm is defined for each type, Structure Fields have a canonical representation</li>
        <li>Enhanced API support: a regular data model makes it easier to expose field values as a native data structure in implementations</li>
        <li>Alternative serialisations: While <xref target="STRUCTURED-FIELDS" format="default"/> defines a textual serialisation of that data model, other, more efficient serialisations of the underlying data model are also possible.</li>
      </ul>
      <t>However, a field needs to be defined as a Structured Field for these benefits to be realised. Many existing fields are not, making up the bulk of header and trailer fields seen in HTTP traffic on the Internet.</t>
      <t>This specification defines how a selection of existing HTTP fields can be handled as Structured Fields, so that these benefits can be realised -- thereby making them Retrofit Structured Fields.</t>
      <t>It does so using two techniques. <xref target="compatible" format="default"/> lists compatible fields -- those that can be handled as if they were Structured Fields due to the similarity of their defined syntax to that in Structured Fields. <xref target="mapped" format="default"/> lists mapped fields -- those whose syntax needs to be transformed into an underlying data model which is then mapped into that defined by Structured Fields.</t>
      <t>While implementations can parse and serialise Compatible Fields as Structured Fields subject to the caveats in <xref target="compatible" format="default"/>, a sender cannot generate mapped fields from <xref target="mapped" format="default"/> and expect them to be understood and acted upon by the recipient without prior negotiation. This specification does not define such a mechanism.</t>
      <section anchor="notational-conventions" numbered="true" toc="default">
        <name>Notational Conventions</name>
        <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT",
"RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119" format="default"/> <xref target="RFC8174" format="default"/> when, and only when, they appear in all capitals, as
shown here.</t>
      </section>
    </section>
    <section anchor="compatible" numbered="true" toc="default">
      <name>Compatible Fields</name>
      <t>HTTP fields with the following names can usually have their values handled as Structured Fields according to the listed parsing and serialisation algorithms in <xref target="STRUCTURED-FIELDS" format="default"/>, subject to the listed caveats.</t>
      <t>The listed types are chosen for compatibility with the defined syntax of the field as well as with actual Internet traffic (see <xref target="numbers" format="default"/>). However, not all instances of these fields will successfully parse. This might be because the field value is clearly invalid, or it might be because it is valid but not parseable as a Structured Field.</t>
      <t>An application using this specification will need to consider how to handle such field values. Depending on its requirements, it might be advisable to reject such values, treat them as opaque strings, or attempt to recover a structured value from them in an ad hoc fashion.</t>
      <ul spacing="normal">
        <li>Accept - List</li>
        <li>Accept-Encoding - List</li>
        <li>Accept-Language - List</li>
        <li>Accept-Patch - List</li>
        <li>Accept-Ranges - List</li>
        <li>Access-Control-Allow-Credentials - Item</li>
        <li>Access-Control-Allow-Headers - List</li>
        <li>Access-Control-Allow-Methods - List</li>
        <li>Access-Control-Allow-Origin - Item</li>
        <li>Access-Control-Expose-Headers - List</li>
        <li>Access-Control-Max-Age - Item</li>
        <li>Access-Control-Request-Headers - List</li>
        <li>Access-Control-Request-Method - Item</li>
        <li>Age - Item</li>
        <li>Allow - List</li>
        <li>ALPN - List</li>
        <li>Alt-Svc - Dictionary</li>
        <li>Alt-Used - Item</li>
        <li>Cache-Control - Dictionary</li>
        <li>Connection - List</li>
        <li>Content-Encoding - List</li>
        <li>Content-Language - List</li>
        <li>Content-Length - List</li>
        <li>Content-Type - Item</li>
        <li>Cross-Origin-Resource-Policy - Item</li>
        <li>Expect - Item</li>
        <li>Expect-CT - Dictionary</li>
        <li>Host - Item</li>
        <li>Keep-Alive - Dictionary</li>
        <li>Origin - Item</li>
        <li>Pragma - Dictionary</li>
        <li>Prefer - Dictionary</li>
        <li>Preference-Applied - Dictionary</li>
        <li>Retry-After - Item</li>
        <li>Surrogate-Control - Dictionary</li>
        <li>TE - List</li>
        <li>Timing-Allow-Origin: List</li>
        <li>Trailer - List</li>
        <li>Transfer-Encoding - List</li>
        <li>Vary - List</li>
        <li>X-Content-Type-Options - Item</li>
        <li>X-Frame-Options - Item</li>
        <li>X-XSS-Protection - List</li>
      </ul>
      <t>Note the following caveats:</t>
      <dl>
        <dt>
Parameter names:  </dt>
        <dd>
          <t>HTTP parameter names are case-insensitive (as per <xref section="5.6.6" sectionFormat="of" target="HTTP" format="default"/>), but Structured Fields require them to be all-lowercase. Although the vast majority of parameters seen in typical traffic are all-lowercase, compatibility can be improved by force-lowercasing parameters when encountered.</t>
        </dd>
        <dt>
Empty Field Values:  </dt>
        <dd>
          <t>Empty and whitespace-only field values are considered errors in Structured Fields. For compatible fields, an empty field indicates that the field should be silently ignored.</t>
        </dd>
        <dt>
Alt-Svc:  </dt>
        <dd>
          <t>Some ALPN tokens (e.g., <tt>h3-Q43</tt>) do not conform to key's syntax. Since the final version of HTTP/3 uses the <tt>h3</tt> token, this shouldn't be a long-term issue, although future tokens may again violate this assumption.</t>
        </dd>
        <dt>
Cache-Control, Expect-CT, Pragma, Prefer, Preference-Applied, Surrogate-Control:  </dt>
        <dd>
          <t>These Dictionary-based fields consider the key to be case-insensitive, but Structured Fields requires keys to be all-lowercase. Although the vast majority of values seen in typical traffic are all-lowercase, compatibility can be improved by force-lowercasing these Dictionary keys when encountered.</t>
        </dd>
        <dt>
Content-Length:  </dt>
        <dd>
          <t>Content-Length is defined as a List because it is not uncommon for implementations to mistakenly send multiple values. See <xref section="8.6" sectionFormat="of" target="HTTP" format="default"/> for handling requirements.</t>
        </dd>
        <dt>
Retry-After:  </dt>
        <dd>
          <t>Only the delta-seconds form of Retry-After is supported; a Retry-After value containing a http-date will need to be either converted into delta-seconds or represented as a raw value.</t>
        </dd>
      </dl>
    </section>
    <section anchor="mapped" numbered="true" toc="default">
      <name>Mapped Fields</name>
      <t>Some HTTP fields can have their values represented in Structured Fields by mapping them into its data types and then serialising the result using an alternative field name.</t>
      <t>For example, the Date HTTP header field carries a string representing a date:</t>
      <sourcecode type="http-message"><![CDATA[
Date: Sun, 06 Nov 1994 08:49:37 GMT
]]></sourcecode>
      <t>Its value is more efficiently represented as an integer number of delta seconds from the Unix epoch (00:00:00 UTC on 1 January 1970, minus leap seconds). Thus, the example above would be mapped as:</t>
      <sourcecode type="http-message"><![CDATA[
SF-Date: 784072177
]]></sourcecode>
      <t>As in <xref target="compatible" format="default"/>, these fields are unable to represent values that are not parseable, and so an application using this specification will need to how to support such values. Typically, handling them using the original field name is sufficient.</t>
      <t>Each field name listed below indicates a replacement field name and a means of mapping its original value into a Structured Field.</t>
      <section anchor="urls" numbered="true" toc="default">
        <name>URLs</name>
        <t>The following field names (paired with their replacement field names) have values that can be represented as Structured Fields by considering the original field's value as a string.</t>
        <ul spacing="normal">
          <li>Content-Location - SF-Content-Location</li>
          <li>Location - SF-Location</li>
          <li>Referer - SF-Referer</li>
        </ul>
        <t>For example, a Location field could be represented as:</t>
        <sourcecode type="http-message"><![CDATA[
SF-Location: "https://example.com/foo"
]]></sourcecode>
      </section>
      <section anchor="dates" numbered="true" toc="default">
        <name>Dates</name>
        <t>The following field names (paired with their replacement field names) have values that can be represented as Structured Fields by parsing their payload according to <xref section="5.6.7" sectionFormat="of" target="HTTP" format="default"/> and representing the result as an integer number of seconds delta from the Unix Epoch (00:00:00 UTC on 1 January 1970, minus leap seconds).</t>
        <ul spacing="normal">
          <li>Date - SF-Date</li>
          <li>Expires - SF-Expires</li>
          <li>If-Modified-Since - SF-IMS</li>
          <li>If-Unmodified-Since - SF-IUS</li>
          <li>Last-Modified - SF-LM</li>
        </ul>
        <t>For example, an Expires field could be represented as:</t>
        <sourcecode type="http-message"><![CDATA[
SF-Expires: 1571965240
]]></sourcecode>
      </section>
      <section anchor="etags" numbered="true" toc="default">
        <name>ETags</name>
        <t>The field value of the ETag header field can be represented as a String Structured Field by representing the entity-tag as a string, and the weakness flag as a boolean "w" parameter on it, where true indicates that the entity-tag is weak; if 0 or unset, the entity-tag is strong.</t>
        <t>For example:</t>
        <sourcecode type="http-message"><![CDATA[
SF-ETag: "abcdef"; w=?1
]]></sourcecode>
        <t>If-None-Match's field value can be represented as SF-INM, which is a List of the structure described above.</t>
        <t>For example:</t>
        <sourcecode type="http-message"><![CDATA[
SF-INM: "abcdef"; w=?1, "ghijkl"
]]></sourcecode>
      </section>
      <section anchor="links" numbered="true" toc="default">
        <name>Links</name>
        <t>The field value of the Link header field <xref target="RFC8288" format="default"/> can be represented in the SF-Link List Structured Field by representing the URI-Reference as a string, and link-param as parameters.</t>
        <t>For example:</t>
        <sourcecode type="http-message"><![CDATA[
SF-Link: "/terms"; rel="copyright"; anchor="#foo"
]]></sourcecode>
      </section>
      <section anchor="cookies" numbered="true" toc="default">
        <name>Cookies</name>
        <t>The field values of the Cookie and Set-Cookie fields <xref target="RFC6265" format="default"/> can be represented in the SF-Cookie Structured Field (a List) and SF-Set-Cookie Structured Field (a Dictionary), respectively.</t>
        <t>In each case, cookie names are serialized as tokens, whereas their values are serialised as Strings, unless they can be represented accurately and unambiguously using the textual representation of another structured types (e.g., an Integer or Decimal).</t>
        <t>Set-Cookie parameters map to parameters on the appropriate SF-Set-Cookie member, with the parameter name being forced to lowercase. Set-Cookie parameter values are Strings unless a specific type is defined. This specification defines the following parameter types:</t>
        <ul spacing="normal">
          <li>Max-Age: Integer</li>
          <li>Secure: Boolean</li>
          <li>HttpOnly: Boolean</li>
          <li>SameSite: Token</li>
        </ul>
        <t>Note that cookies in both fields are separated by commas, not semicolons, and multiple cookies can appear in each field.</t>
        <t>For example:</t>
        <sourcecode type="http-message"><![CDATA[
SF-Set-Cookie: lang=en-US; expires="Wed, 09 Jun 2021 10:18:14 GMT";
               samesite=Strict
SF-Cookie: SID=31d4d96e407aad42, lang=en-US
]]></sourcecode>
      </section>
    </section>
    <section anchor="iana-considerations" numbered="true" toc="default">
      <name>IANA Considerations</name>
      <t>Please add the following note to the HTTP Field Name Registry:</t>
      <ul empty="true">
        <li>
          <t>The "Structured Type" column indicates the type of the field as per RFC8941, if any, and may be "Dictionary", "List" or "Item". A prefix of "*" indicates that it is a retrofit type (i.e., not natively Structured); see [this specification].</t>
        </li>
      </ul>
      <t>Then, add a new column, "Structured Type", with the values from <xref target="compatible" format="default"/> assigned to the nominated registrations, prefixing each with "*" to indicate that it is a retrofit type.</t>
      <t>Then, add the following field names into the HTTP Field Name Registry, with the corresponding Structured Type as indicated, a status of "permanent" and referring to this document:</t>
      <ul spacing="normal">
        <li>SF-Content-Location - String</li>
        <li>SF-Location - String</li>
        <li>SF-Referer - String</li>
        <li>SF-Date - Integer</li>
        <li>SF-Expires - Integer</li>
        <li>SF-IMS - Integer</li>
        <li>SF-IUS - Integer</li>
        <li>SF-LM - Integer</li>
        <li>SF-ETag - Item</li>
        <li>SF-INM - List</li>
        <li>SF-Link - List</li>
        <li>SF-Set-Cookie - Dictionary</li>
        <li>SF-Cookie - List</li>
      </ul>
    </section>
    <section anchor="security-considerations" numbered="true" toc="default">
      <name>Security Considerations</name>
      <t><xref target="compatible" format="default"/> identifies existing HTTP fields that can be parsed and serialised with the algorithms defined in <xref target="STRUCTURED-FIELDS" format="default"/>. Variances from other implementations might be exploitable, particularly if they allow an attacker to target one implementation in a chain (e.g., an intermediary). However, given the considerable variance in parsers already deployed, convergence towards a single parsing algorithm is likely to have a net security benefit in the longer term.</t>
      <t><xref target="mapped" format="default"/> defines alternative representations of existing fields. Because downstream consumers might interpret the message differently based upon whether they recognise the alternative representation, implementations are prohibited from generating such fields unless they have negotiated support for them with their peer. This specification does not define such a mechanism, but any such definition needs to consider the implications of doing so carefully.</t>
    </section>
  </middle>
  <back>
    <references>
      <name>Normative References</name>
      <reference anchor="RFC2119">
        <front>
          <title>Key words for use in RFCs to Indicate Requirement Levels</title>
          <author fullname="S. Bradner" initials="S." surname="Bradner">
            <organization/>
          </author>
          <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="HTTP">
        <front>
          <title>HTTP Semantics</title>
          <author fullname="Roy T. Fielding">
            <organization>Adobe</organization>
          </author>
          <author fullname="Mark Nottingham">
            <organization>Fastly</organization>
          </author>
          <author fullname="Julian Reschke">
            <organization>greenbytes GmbH</organization>
          </author>
          <date day="12" month="September" year="2021"/>
          <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.

   This document updates RFC 3864 and obsoletes RFC 2818, RFC 7231, RFC
   7232, RFC 7233, RFC 7235, RFC 7538, RFC 7615, RFC 7694, and portions
   of RFC 7230.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-semantics-19"/>
      </reference>
      <reference anchor="STRUCTURED-FIELDS">
        <front>
          <title>Structured Field Values for HTTP</title>
          <author fullname="M. Nottingham" initials="M." surname="Nottingham">
            <organization/>
          </author>
          <author fullname="P-H. Kamp" initials="P-H." surname="Kamp">
            <organization/>
          </author>
          <date month="February" year="2021"/>
          <abstract>
            <t>This document describes a set of data types and associated algorithms that are intended to make it easier and safer to define and handle HTTP header and trailer fields, known as "Structured Fields", "Structured Headers", or "Structured Trailers". It is intended for use by specifications of new HTTP fields that wish to use a common syntax that is more restrictive than traditional HTTP field values.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="8941"/>
        <seriesInfo name="DOI" value="10.17487/RFC8941"/>
      </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">
            <organization/>
          </author>
          <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>
      <reference anchor="RFC8288">
        <front>
          <title>Web Linking</title>
          <author fullname="M. Nottingham" initials="M." surname="Nottingham">
            <organization/>
          </author>
          <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="RFC6265">
        <front>
          <title>HTTP State Management Mechanism</title>
          <author fullname="A. Barth" initials="A." surname="Barth">
            <organization/>
          </author>
          <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>
    </references>
    <section anchor="numbers" numbered="true" toc="default">
      <name>Data Supporting Field Compatibility</name>
      <t>To help guide decisions about compatible fields, the HTTP response headers captured by the HTTP Archive <eref target="https://httparchive.org">https://httparchive.org</eref> in September 2021 (representing more than 528,000,000 HTTP exchanges) were parsed as Structured Fields using the types listed in <xref target="compatible" format="default"/>, with the indicated number of successful header instances, failures, and the resulting failure rate:</t>
      <artwork name="" type="" align="left" alt=""><![CDATA[
accept                                 9,099 /        34 =   0.372%*
accept-encoding                      116,708 /        58 =   0.050%*
accept-language                      127,710 /        95 =   0.074%*
accept-patch                             281 /         0 =   0.000%
accept-ranges                    289,341,375 /     7,776 =   0.003%
access-control-allow-credentials  36,159,371 /     2,671 =   0.007%
access-control-allow-headers      25,980,519 /    23,181 =   0.089%
access-control-allow-methods      32,071,437 /    17,424 =   0.054%
access-control-allow-origin      165,719,859 /   130,247 =   0.079%
access-control-expose-headers     20,787,683 /     1,973 =   0.009%
access-control-max-age             9,549,494 /     9,846 =   0.103%
access-control-request-headers       165,882 /       503 =   0.302%*
access-control-request-method        346,135 /    30,680 =   8.142%*
age                              107,395,872 /    36,649 =   0.034%
allow                                579,822 /       281 =   0.048%
alt-svc                           56,773,977 / 4,914,119 =   7.966%
cache-control                    395,402,834 / 1,146,080 =   0.289%
connection                       112,017,641 /     3,491 =   0.003%
content-encoding                 225,568,224 /       237 =   0.000%
content-language                   3,339,291 /     1,744 =   0.052%
content-length                   422,415,406 /       126 =   0.000%
content-type                     503,950,894 /   507,133 =   0.101%
cross-origin-resource-policy     102,483,430 /       799 =   0.001%
expect                                     0 /        53 = 100.000%*
expect-ct                         54,129,244 /    80,333 =   0.148%
host                                  57,134 /     1,486 =   2.535%*
keep-alive                        50,606,877 /     1,509 =   0.003%
origin                                32,438 /     1,396 =   4.126%*
pragma                            66,321,848 /    97,328 =   0.147%
preference-applied                       189 /         0 =   0.000%
referrer-policy                   14,274,787 /     8,091 =   0.057%
retry-after                          523,533 /     7,585 =   1.428%
surrogate-control                    282,846 /       976 =   0.344%
te                                         1 /         0 =   0.000%
timing-allow-origin               91,979,983 /         8 =   0.000%
trailer                                1,171 /         0 =   0.000%
transfer-encoding                 15,098,518 /         0 =   0.000%
vary                             246,483,644 /    69,607 =   0.028%
x-content-type-options           166,063,072 /   237,255 =   0.143%
x-frame-options                   56,863,322 / 1,014,464 =   1.753%
x-xss-protection                 132,739,109 /   347,133 =   0.261%
]]></artwork>
      <t>Note that this data set only includes response headers, although some request headers are present, indicated with an asterisk (because, the Web). Also, Dictionary and Parameter keys have not been force-lowercased, with the result that any values containing uppercase keys are considered to fail.</t>
      <t>The top thirty header fields in that data set that were not considered compatible are (* indicates that the field is mapped in <xref target="mapped" format="default"/>):</t>
      <ul spacing="normal">
        <li>*date: 524,810,577</li>
        <li>server: 470,777,294</li>
        <li>*last-modified: 383,437,099</li>
        <li>*expires: 292,109,781</li>
        <li>*etag: 255,788,799</li>
        <li>strict-transport-security: 111,993,787</li>
        <li>x-cache: 70,713,258</li>
        <li>via: 55,983,914</li>
        <li>cf-ray: 54,556,881</li>
        <li>p3p: 54,479,183</li>
        <li>report-to: 54,056,804</li>
        <li>cf-cache-status: 53,536,789</li>
        <li>nel: 44,815,769</li>
        <li>x-powered-by: 37,281,354</li>
        <li>content-security-policy-report-only: 33,104,387</li>
        <li>*location: 30,533,957</li>
        <li>x-amz-cf-pop: 28,549,182</li>
        <li>x-amz-cf-id: 28,444,359</li>
        <li>content-security-policy: 25,404,401</li>
        <li>x-served-by: 23,277,252</li>
        <li>x-cache-hits: 21,842,899</li>
        <li>*link: 20,761,372</li>
        <li>x-timer: 18,780,130</li>
        <li>content-disposition: 18,516,671</li>
        <li>x-request-id: 16,048,668</li>
        <li>referrer-policy: 15,596,734</li>
        <li>x-cdn: 10,153,756</li>
        <li>x-amz-version-id: 9,786,024</li>
        <li>x-amz-request-id: 9,680,689</li>
        <li>x-dc: 9,557,728</li>
      </ul>
    </section>
  </back>
  <!-- ##markdown-source:
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
Uu1CAAA=

-->

</rfc>
