<?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.1 (Ruby 3.2.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-webtrans-http2-07" category="std" consensus="true" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.18.2 -->
  <front>
    <title abbrev="WebTransport-H2">WebTransport over HTTP/2</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-webtrans-http2-07"/>
    <author initials="A." surname="Frindell" fullname="Alan Frindell">
      <organization>Facebook Inc.</organization>
      <address>
        <email>afrind@fb.com</email>
      </address>
    </author>
    <author initials="E." surname="Kinnear" fullname="Eric Kinnear">
      <organization>Apple Inc.</organization>
      <address>
        <postal>
          <street>One Apple Park Way</street>
          <city>Cupertino, California 95014</city>
          <country>United States of America</country>
        </postal>
        <email>ekinnear@apple.com</email>
      </address>
    </author>
    <author initials="T." surname="Pauly" fullname="Tommy Pauly">
      <organization>Apple Inc.</organization>
      <address>
        <postal>
          <street>One Apple Park Way</street>
          <city>Cupertino, California 95014</city>
          <country>United States of America</country>
        </postal>
        <email>tpauly@apple.com</email>
      </address>
    </author>
    <author initials="M." surname="Thomson" fullname="Martin Thomson">
      <organization>Mozilla</organization>
      <address>
        <email>mt@lowentropy.net</email>
      </address>
    </author>
    <author initials="V." surname="Vasiliev" fullname="Victor Vasiliev">
      <organization>Google</organization>
      <address>
        <email>vasilvv@google.com</email>
      </address>
    </author>
    <author initials="G." surname="Xie" fullname="Guowu Xie">
      <organization>Facebook Inc.</organization>
      <address>
        <email>woo@fb.com</email>
      </address>
    </author>
    <date/>
    <area>art</area>
    <workgroup>webtrans</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 65?>

<t>WebTransport defines a set of low-level communications features designed for
client-server interactions that are initiated by Web clients.  This document
describes a protocol that can provide many of the capabilities of WebTransport
over HTTP/2.  This protocol enables the use of WebTransport when a UDP-based
protocol is not available.</t>
    </abstract>
    <note>
      <name>Note to Readers</name>
      <?line 73?>

<t>Discussion of this draft takes place on the WebTransport mailing list
(<eref target="mailto:webtransport@ietf.org">webtransport@ietf.org</eref>), which is archived at
<eref target="https://mailarchive.ietf.org/arch/search/?email_list=webtransport"/>.</t>
      <t>The repository tracking the issues for this draft can be found at
<eref target="https://github.com/ietf-wg-webtrans/draft-webtransport-http2"/>. The web API
draft corresponding to this document can be found at
<eref target="https://w3c.github.io/webtransport/"/>.</t>
    </note>
  </front>
  <middle>
    <?line 84?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>WebTransport <xref target="OVERVIEW"/> is designed to provide generic communication
capabilities to Web clients that use HTTP/3 <xref target="HTTP3"/>.  The
HTTP/3 WebTransport protocol <xref target="WEBTRANSPORT-H3"/> allows Web clients to use QUIC
<xref target="QUIC"/> features such as streams or datagrams <xref target="DATAGRAM"/>.
However, there are some environments where QUIC cannot be deployed.</t>
      <t>This document defines a protocol that provides all of the core functions of
WebTransport using HTTP semantics. This includes unidirectional streams,
bidirectional streams, and datagrams.</t>
      <t>By relying only on generic HTTP semantics, this protocol might allow deployment
using any HTTP version.  However, this document only defines negotiation for
HTTP/2 <xref target="HTTP2"/> as the current most common TCP-based fallback to HTTP/3.</t>
      <section anchor="terminology">
        <name>Terminology</name>
        <t>The keywords "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"/> <xref target="RFC8174"/>
when, and only when, they appear in all capitals, as shown here.</t>
        <t>This document follows terminology defined in <xref section="1.2" sectionFormat="of" target="OVERVIEW"/>. Note
that this document distinguishes between a WebTransport server and an HTTP/2
server. An HTTP/2 server is the server that terminates HTTP/2 connections; a
WebTransport server is an application that accepts WebTransport sessions, which
can be accessed using HTTP/2 and this protocol.</t>
      </section>
    </section>
    <section anchor="protocol-overview">
      <name>Protocol Overview</name>
      <t>WebTransport servers are identified by an HTTPS URI as defined in <xref section="4.2.2" sectionFormat="of" target="HTTP"/>.</t>
      <t>When an HTTP/2 connection is established, both the client and server have to
send a SETTINGS_WEBTRANSPORT_MAX_SESSIONS setting with a value greater than "0"
to indicate that they both support WebTransport over HTTP/2. For servers, the
value of the setting is the number of concurrent sessions the server is willing
to receive. Clients cannot receive incoming WebTransport sessions, so any value
greater than "0" sent by a client simply indicates support for WebTransport
over HTTP/2.</t>
      <t>A client initiates a WebTransport session by sending an extended CONNECT request
<xref target="RFC8441"/>. If the server accepts the request, a WebTransport session is
established. The stream that carries the CONNECT request is used to exchange
bidirectional data for the session. This stream will be referred to as a
<em>CONNECT stream</em>.  The stream ID of a CONNECT stream, which will be referred to
as a <em>Session ID</em>, is used to uniquely identify a given WebTransport session
within the connection.  WebTransport using HTTP/2 uses extended CONNECT with
the same <tt>webtransport</tt> HTTP Upgrade Token as <xref target="WEBTRANSPORT-H3"/>.  This
Upgrade Token uses the Capsule Protocol as defined in <xref target="HTTP-DATAGRAM"/>.</t>
      <t>After the session is established, endpoints exchange WebTransport messages using
the Capsule Protocol on the bidirectional CONNECT stream, the "data stream" as
defined in <xref section="3.1" sectionFormat="of" target="HTTP-DATAGRAM"/>.</t>
      <t>Within this stream, <em>WebTransport streams</em> and <em>WebTransport datagrams</em> are
multiplexed.  In HTTP/2, WebTransport capsules are carried in HTTP/2 DATA
frames. Multiple independent WebTransport sessions can share a connection if
the HTTP version supports that, as HTTP/2 does.</t>
      <t>WebTransport capsules closely mirror a subset of QUIC frames and provide the
essential WebTransport features.  Within a WebTransport session, endpoints can</t>
      <ul spacing="normal">
        <li>
          <t>create and use bidirectional or unidirectional streams with no additional
round trips using the <iref item="WT_STREAM"/><xref target="WT_STREAM" format="none">WT_STREAM</xref> capsule</t>
        </li>
      </ul>
      <t>Stream creation and data flow on streams uses flow control mechanisms modeled on
those in QUIC. Flow control is managed using the WebTransport capsules:
<iref item="WT_MAX_DATA"/><xref target="WT_MAX_DATA" format="none">WT_MAX_DATA</xref>, <iref item="WT_MAX_STREAM_DATA"/><xref target="WT_MAX_STREAM_DATA" format="none">WT_MAX_STREAM_DATA</xref>, <iref item="WT_MAX_STREAMS"/><xref target="WT_MAX_STREAMS" format="none">WT_MAX_STREAMS</xref>, <iref item="WT_DATA_BLOCKED"/><xref target="WT_DATA_BLOCKED" format="none">WT_DATA_BLOCKED</xref>,
<iref item="WT_STREAM_DATA_BLOCKED"/><xref target="WT_STREAM_DATA_BLOCKED" format="none">WT_STREAM_DATA_BLOCKED</xref>, and <iref item="WT_STREAMS_BLOCKED"/><xref target="WT_STREAMS_BLOCKED" format="none">WT_STREAMS_BLOCKED</xref>. Flow control for the CONNECT
stream as a whole, as provided by the HTTP version in use, applies in addition
to any WebTransport-session-level flow control.</t>
      <t>WebTransport streams can be aborted using a <iref item="WT_RESET_STREAM"/><xref target="WT_RESET_STREAM" format="none">WT_RESET_STREAM</xref> capsule and a
receiver can request that a sender stop sending with a <iref item="WT_STOP_SENDING"/><xref target="WT_STOP_SENDING" format="none">WT_STOP_SENDING</xref>
capsule.</t>
      <t>A WebTransport session is terminated when the CONNECT stream that created it is
closed. This implicitly closes all WebTransport streams that were
multiplexed over that CONNECT stream.</t>
    </section>
    <section anchor="session-establishment">
      <name>Session Establishment</name>
      <section anchor="establishing-a-transport-capable-http2-connection">
        <name>Establishing a Transport-Capable HTTP/2 Connection</name>
        <t>In order to indicate support for WebTransport, both the client and the server
MUST send a SETTINGS_WEBTRANSPORT_MAX_SESSIONS value greater than "0" in their
SETTINGS frame. Endpoints MUST NOT use any WebTransport-related functionality
unless the parameter has been negotiated.</t>
      </section>
      <section anchor="extended-connect-in-http2">
        <name>Extended CONNECT in HTTP/2</name>
        <t><xref target="RFC8441"/> defines an extended CONNECT method in <xref target="features"/>, enabled by the
SETTINGS_ENABLE_CONNECT_PROTOCOL parameter. An endpoint needs to send both
SETTINGS_ENABLE_CONNECT_PROTOCOL and SETTINGS_WEBTRANSPORT_MAX_SESSIONS for
WebTransport to be enabled.</t>
      </section>
      <section anchor="creating-a-new-session">
        <name>Creating a New Session</name>
        <t>As WebTransport sessions are established over HTTP, they are identified
using the <tt>https</tt> URI scheme <xref target="RFC7230"/>.</t>
        <t>In order to create a new WebTransport session, a client can send an HTTP CONNECT
request. The <tt>:protocol</tt> pseudo-header field (<xref target="RFC8441"/>) MUST be set to
<tt>webtransport</tt> (<xref section="7.1" sectionFormat="of" target="WEBTRANSPORT-H3"/>). The <tt>:scheme</tt> field MUST be
<tt>https</tt>. Both the <tt>:authority</tt> and the <tt>:path</tt> value MUST be set; those fields
indicate the desired WebTransport server. In a Web context, the request MUST
include an <tt>Origin</tt> header field <xref target="ORIGIN"/> that includes the origin of
the site that requested the creation of the session.</t>
        <t>Upon receiving an extended CONNECT request with a <tt>:protocol</tt> field set to
<tt>webtransport</tt>, the HTTP server checks if the identified resource supports
WebTransport sessions. If the resource does not, the server SHOULD reply with
status code 406 (<xref section="15.5.7" sectionFormat="of" target="RFC9110"/>). If it does, it MAY accept the
session by replying with a 2xx series status code, as defined in <xref section="15.3" sectionFormat="of" target="SEMANTICS"/>. The WebTransport server MUST verify
the <tt>Origin</tt> header to ensure that the specified origin is allowed to access
the server in question.</t>
        <t>A WebTransport session is established when the server sends a 2xx response. A
server generates that response from the request header, not from the contents
of the request. To enable clients to resend data when attempting to
re-establish a session that was rejected by a server, a server MUST NOT process
any capsules on the request stream unless it accepts the WebTransport session.</t>
        <t>A client MAY optimistically send any WebTransport capsules associated with a
CONNECT request, without waiting for a response, to the extent allowed by flow
control. This can reduce latency for data sent by a client at the start of a
WebTransport session. For example, a client might choose to send datagrams or
flow control updates before receiving any response from the server.</t>
      </section>
      <section anchor="flow-control">
        <name>Flow Control</name>
        <t>Flow control governs the amount of resources that can be consumed or data that
can be sent. WebTransport over HTTP/2 allows a server to limit the number of
sessions that a client can create on a single connection; see
<xref target="flow-control-limit-sessions"/>.</t>
        <t>For data, there are five applicable levels of flow control for data that is sent
or received using WebTransport over HTTP/2:</t>
        <ol spacing="normal" type="1"><li>
            <t>TCP flow control.</t>
          </li>
          <li>
            <t>HTTP/2 connection flow control, which governs the total amount of data in
DATA frames for all HTTP/2 streams.</t>
          </li>
          <li>
            <t>HTTP/2 stream flow control, which limits the data on a single HTTP/2 stream.
For a WebTransport session, this includes all capsules, including those that
are exempt from WebTransport session-level flow control.</t>
          </li>
          <li>
            <t>WebTransport session-level flow control, which limits the total amount of
stream data that can be sent or received on streams within the WebTransport
session. Note that this does not limit other types of capsules within a
WebTransport session, such as control messages or datagrams.</t>
          </li>
          <li>
            <t>WebTransport stream flow control, which limits data on individual streams
within a session.</t>
          </li>
        </ol>
        <t>TCP and HTTP/2 define the first three levels of flow control. This document
defines the final two.</t>
        <section anchor="flow-control-limit-sessions">
          <name>Limiting the Number of Simultaneous Sessions</name>
          <t>This document defines a SETTINGS_WEBTRANSPORT_MAX_SESSIONS parameter that allows
the server to limit the maximum number of concurrent WebTransport sessions on a
single HTTP/2 connection.  The client MUST NOT open more sessions than
indicated in the server SETTINGS parameters.  The server MUST NOT close the
connection if the client opens sessions exceeding this limit, as the client and
the server do not have a consistent view of how many sessions are open due to
the asynchronous nature of the protocol; instead, it MUST reset all of the
CONNECT streams it is not willing to process with the <tt>REFUSED_STREAM</tt>
error code (<xref section="8.7" sectionFormat="of" target="HTTP2"/>).</t>
          <t>Just like other HTTP requests, WebTransport sessions, and data sent on those
sessions, are counted against flow control limits.  Servers that wish to limit
the rate of incoming requests on any particular session have multiple
mechanisms:</t>
          <ul spacing="normal">
            <li>
              <t>The <tt>REFUSED_STREAM</tt> error code defined in <xref section="8.7" sectionFormat="of" target="HTTP2"/>
indicates to the receiving HTTP/2 stack that the request was not processed in
any way.</t>
            </li>
            <li>
              <t>HTTP status code 429 indicates that the request was rejected due to rate
limiting <xref target="RFC6585"/>.  Unlike the previous method, this signal is directly
propagated to the application.</t>
            </li>
          </ul>
          <t>An endpoint that wishes to reduce the value of
SETTINGS_WEBTRANSPORT_MAX_SESSIONS to a value that is below the current number
of open sessions can either close sessions that exceed the new value or allow
those sessions to complete. Endpoints MUST NOT reduce the value of
SETTINGS_WEBTRANSPORT_MAX_SESSIONS to "0" after previously advertising a
non-zero value.</t>
        </section>
        <section anchor="flow-control-limit-streams">
          <name>Limiting the Number of Streams Within a Session</name>
          <t>This document defines a <iref item="WT_MAX_STREAMS"/><xref target="WT_MAX_STREAMS" format="none">WT_MAX_STREAMS</xref> capsule (<xref target="WT_MAX_STREAMS"/>) that allows
each endpoint to limit the number of streams its peer is permitted to open as
part of a WebTransport session.  There is a separate limit for bidirectional
streams and for unidirectional streams.  Note that, unlike WebTransport over
HTTP/3 <xref target="WEBTRANSPORT-H3"/>, because the entire WebTransport session is
contained within HTTP/2 DATA frames on a single HTTP/2 stream, this limit is
the only mechanism for an endpoint to limit the number of WebTransport streams
that its peer can open on a session.</t>
        </section>
        <section anchor="flow-control-initial">
          <name>Initial Flow Control Limits</name>
          <t>To allow stream data to be exchanged in the same flight as the extended CONNECT
request that establishes a WebTransport session, initial flow control limits
can be exchanged via HTTP/2 SETTINGS (<xref target="flow-control-settings"/>).  Initial
values for the flow control limits can also be exchanged via the
<tt>WebTransport-Init</tt> header field on the extended CONNECT request
(<xref target="flow-control-header"/>).</t>
          <t>The limits communicated via HTTP/2 SETTINGS apply to all WebTransport sessions
opened on that HTTP/2 connection.  Limits communicated via the
<tt>WebTransport-Init</tt> header field apply only to the WebTransport session
established by the extended CONNECT request carrying that field.</t>
          <t>If both the SETTINGS and the header field are present when a WebTransport
session is established, the endpoint MUST use the greater of the two values for
each corresponding initial flow control value.  Endpoints sending the SETTINGS
and also including the header field SHOULD ensure that the header field values
are greater than or equal to the values provided in the SETTINGS.</t>
          <section anchor="flow-control-settings">
            <name>Flow Control SETTINGS</name>
            <t>Initial flow control limits can be exchanged via HTTP/2 SETTINGS
(<xref target="h2-settings"/>) by providing non-zero values for</t>
            <ul spacing="normal">
              <li>
                <t><iref item="WT_MAX_DATA"/><xref target="WT_MAX_DATA" format="none">WT_MAX_DATA</xref> via <iref item="SETTINGS_WEBTRANSPORT_INITIAL_MAX_DATA"/><xref target="SETTINGS_WEBTRANSPORT_INITIAL_MAX_DATA" format="none">SETTINGS_WEBTRANSPORT_INITIAL_MAX_DATA</xref></t>
              </li>
              <li>
                <t><iref item="WT_MAX_STREAM_DATA"/><xref target="WT_MAX_STREAM_DATA" format="none">WT_MAX_STREAM_DATA</xref> via <iref item="SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAM_DATA_UNI"/><xref target="SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAM_DATA_UNI" format="none">SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAM_DATA_UNI</xref> and
<iref item="SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAM_DATA_BIDI"/><xref target="SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAM_DATA_BIDI" format="none">SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAM_DATA_BIDI</xref></t>
              </li>
              <li>
                <t><iref item="WT_MAX_STREAMS"/><xref target="WT_MAX_STREAMS" format="none">WT_MAX_STREAMS</xref> via <iref item="SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAMS_UNI"/><xref target="SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAMS_UNI" format="none">SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAMS_UNI</xref> and
<iref item="SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAMS_BIDI"/><xref target="SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAMS_BIDI" format="none">SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAMS_BIDI</xref></t>
              </li>
            </ul>
          </section>
          <section anchor="flow-control-header">
            <name>Flow Control Header Field</name>
            <t>The <tt>WebTransport-Init</tt> HTTP header field can be used to communicate the initial
values of the flow control windows, similar to how QUIC uses transport
parameters.  The <tt>WebTransport-Init</tt> is a Dictionary Structured Field
(<xref section="3.2" sectionFormat="of" target="RFC8941"/>).  If any of the fields cannot be parsed correctly
or do not have the correct type, the peer MUST reset the CONNECT stream.  The
following keys are defined for the <tt>WebTransport-Init</tt> header field:</t>
            <dl>
              <dt><tt>u</tt>:</dt>
              <dd>
                <t>The initial flow control limit for unidirectional streams opened by the
recipient of this header field.  MUST be an Integer.</t>
              </dd>
              <dt><tt>bl</tt>:</dt>
              <dd>
                <t>The initial flow control limit for the bidirectional streams opened by the
sender of this header field.  MUST be an Integer.</t>
              </dd>
              <dt><tt>br</tt>:</dt>
              <dd>
                <t>The initial flow control limit for the bidirectional streams opened by the
recipient of this header field.  MUST be an Integer.</t>
              </dd>
            </dl>
          </section>
        </section>
        <section anchor="flow-control-intermediaries">
          <name>Flow Control and Intermediaries</name>
          <t>WebTransport over HTTP/2 uses several capsules for flow control, and all of
these capsules define special intermediary handling as described in
<xref section="3.2" sectionFormat="of" target="HTTP-DATAGRAM"/>.  These capsules, referred to as the "flow
control capsules" are <iref item="WT_MAX_DATA"/><xref target="WT_MAX_DATA" format="none">WT_MAX_DATA</xref>, <iref item="WT_MAX_STREAM_DATA"/><xref target="WT_MAX_STREAM_DATA" format="none">WT_MAX_STREAM_DATA</xref>, <iref item="WT_MAX_STREAMS"/><xref target="WT_MAX_STREAMS" format="none">WT_MAX_STREAMS</xref>,
<iref item="WT_DATA_BLOCKED"/><xref target="WT_DATA_BLOCKED" format="none">WT_DATA_BLOCKED</xref>, <iref item="WT_STREAM_DATA_BLOCKED"/><xref target="WT_STREAM_DATA_BLOCKED" format="none">WT_STREAM_DATA_BLOCKED</xref>, and <iref item="WT_STREAMS_BLOCKED"/><xref target="WT_STREAMS_BLOCKED" format="none">WT_STREAMS_BLOCKED</xref>.</t>
          <t>Because flow control in WebTransport is hop-by-hop and does not provide an
end-to-end signal, intermediaries MUST consume flow control signals and express
their own flow control limits to the next hop. The intermediary can send these
signals via HTTP/3 flow control messages, HTTP/2 flow control messages, or as
WebTransport flow control capsules, where appropriate. Intermediaries are
responsible for storing any data for which they advertise flow control credit
if that data cannot be immediately forwarded to the next hop.</t>
          <t>In practice, an intermediary that translates flow control signals between
similar WebTransport protocols, such as between two HTTP/2 connections, can
often simply reexpress the same limits received on one connection directly on
the other connection.</t>
          <t>An intermediary that does not want to be responsible for storing data that
cannot be immediately sent on its translated connection would ensure that it
does not advertise a higher flow control limit on one connection than the
corresponding limit on the translated connection.</t>
        </section>
      </section>
    </section>
    <section anchor="features">
      <name>WebTransport Features</name>
      <t>WebTransport over TCP-based HTTP semantics provides the following features
described in <xref target="OVERVIEW"/>: unidirectional streams, bidirectional streams, and
datagrams, initiated by either endpoint.</t>
      <t>WebTransport streams and datagrams that belong to different WebTransport
sessions are identified by the CONNECT stream on which they are transmitted,
with one WebTransport session consuming one CONNECT stream.</t>
      <section anchor="transport-properties">
        <name>Transport Properties</name>
        <t>The WebTransport framework <xref target="OVERVIEW"/> defines a set of optional transport
properties that clients can use to determine the presence of features which
might allow additional optimizations beyond the common set of properties
available via all WebTransport protocols.</t>
        <t>Because WebTransport over TCP-based HTTP semantics relies on the underlying
protocols to provide in order and reliable delivery, there are some notable
differences from the way in which QUIC handles application data. For example,
endpoints send stream data in order. As there is no ordering mechanism
available for the receiver to reassemble incoming data, receivers assume that
all data arriving in <iref item="WT_STREAM"/><xref target="WT_STREAM" format="none">WT_STREAM</xref> capsules is contiguous and in order.</t>
        <t>Below are details about support in WebTransport over HTTP/2 for the properties
defined by the WebTransport framework.</t>
        <dl>
          <dt>Stream Independence:</dt>
          <dd>
            <t>WebTransport over HTTP/2 does not support stream independence, as HTTP/2
inherently has head-of-line blocking.</t>
          </dd>
          <dt>Partial Reliability:</dt>
          <dd>
            <t>WebTransport over HTTP/2 does not support partial reliability, as HTTP/2
retransmits any lost data. This means that any datagrams sent via
WebTransport over HTTP/2 will be retransmitted regardless of the preference
of the application. The receiver is permitted to drop them, however, if it is
unable to buffer them.</t>
          </dd>
          <dt>Pooling Support:</dt>
          <dd>
            <t>WebTransport over HTTP/2 supports pooling, as multiple transports using
WebTransport over HTTP/2 may share the same underlying HTTP/2 connection and
therefore share a congestion controller and other transport context. Note
that WebTransport streams over HTTP/2 are contained within a single HTTP/2
stream and do not compete with other pooled WebTransport sessions for
per-stream resources.</t>
          </dd>
          <dt>Connection Mobility:</dt>
          <dd>
            <t>WebTransport over HTTP/2 does not support connection mobility, unless an
underlying transport protocol that supports multipath or migration, such as
MPTCP <xref target="MPTCP"/>, is used underneath HTTP/2 and TLS. Without such
support, WebTransport over HTTP/2 connections cannot survive network
transitions.</t>
          </dd>
        </dl>
      </section>
      <section anchor="webtransport-streams">
        <name>WebTransport Streams</name>
        <t>WebTransport streams have identifiers and states that mirror the identifiers
((<xref section="2.1" sectionFormat="of" target="RFC9000"/>)) and states (<xref section="3" sectionFormat="of" target="RFC9000"/>) of QUIC
streams as closely as possible to aid in ease of implementation.</t>
        <t>WebTransport streams are identified by a numeric value, or stream ID. Stream IDs
are only meaningful within the WebTransport session in which they were created.
They share the same semantics as QUIC stream IDs, with client initiated streams
having even-numbered stream IDs and server-initiated streams having
odd-numbered stream IDs. Similarly, they can be bidirectional or
unidirectional, indicated by the second least significant bit of the
stream ID.</t>
        <t>Because WebTransport does not provide an acknowledgement mechanism for
WebTransport capsules, it relies on the underlying transport's in order delivery
to inform stream state transitions. Wherever QUIC relies on receiving an ack
for a packet to transition between stream states, WebTransport performs that
transition immediately.</t>
      </section>
    </section>
    <section anchor="webtransport-capsules">
      <name>WebTransport Capsules</name>
      <t>WebTransport capsules mirror their QUIC frame counterparts as closely as
possible to enable maximal reuse of any applicable QUIC infrastructure by
implementors.</t>
      <t>WebTransport capsules use the Capsule Protocol defined in <xref section="3.2" sectionFormat="of" target="HTTP-DATAGRAM"/>.</t>
      <section anchor="PADDING">
        <name>PADDING Capsule</name>
        <t>A <iref item="PADDING"/><xref target="PADDING" format="none">PADDING</xref> capsule is an HTTP capsule <xref target="HTTP-DATAGRAM"/> of type=0x190B4D38 and
has no semantic value. <iref item="PADDING"/><xref target="PADDING" format="none">PADDING</xref> capsules can be used to introduce additional
data between other HTTP datagrams and can also be used to provide protection
against traffic analysis or for other reasons.</t>
        <t>Note that, when used with WebTransport over HTTP/2, the <iref item="PADDING"/><xref target="PADDING" format="none">PADDING</xref> capsule exists
alongside the ability to pad HTTP/2 frames (<xref section="10.7" sectionFormat="of" target="RFC9113"/>).
HTTP/2 padding is hop-by-hop and can be modified by intermediaries, while the
<iref item="PADDING"/><xref target="PADDING" format="none">PADDING</xref> capsule traverses intermedaries. The <iref item="PADDING"/><xref target="PADDING" format="none">PADDING</xref> capsule is also
constrained to be no smaller than the capsule overhead itself.</t>
        <figure anchor="fig-padding">
          <name>PADDING Capsule Format</name>
          <artwork><![CDATA[
PADDING Capsule {
  Type (i) = 0x190B4D38,
  Length (i),
  Padding (..),
}
]]></artwork>
        </figure>
        <t>The Padding field MUST be set to an all-zero sequence of bytes of any length as
specified by the Length field.</t>
        <!-- TODO validation and error handling -->

</section>
      <section anchor="WT_RESET_STREAM">
        <name>WT_RESET_STREAM Capsule</name>
        <t>A <iref item="WT_RESET_STREAM"/><xref target="WT_RESET_STREAM" format="none">WT_RESET_STREAM</xref> capsule is an HTTP capsule <xref target="HTTP-DATAGRAM"/> of
type=0x190B4D39 and allows either endpoint to abruptly terminate the sending
part of a WebTransport stream.</t>
        <t>After sending a <iref item="WT_RESET_STREAM"/><xref target="WT_RESET_STREAM" format="none">WT_RESET_STREAM</xref> capsule, an endpoint ceases transmission of
<iref item="WT_STREAM"/><xref target="WT_STREAM" format="none">WT_STREAM</xref> capsules on the identified stream. A receiver of a <iref item="WT_RESET_STREAM"/><xref target="WT_RESET_STREAM" format="none">WT_RESET_STREAM</xref>
capsule can discard any data that it already received on that stream.</t>
        <figure anchor="fig-wt_reset_stream">
          <name>WT_RESET_STREAM Capsule Format</name>
          <artwork><![CDATA[
WT_RESET_STREAM Capsule {
  Type (i) = 0x190B4D39,
  Length (i),
  Stream ID (i),
  Application Protocol Error Code (i),
}
]]></artwork>
        </figure>
        <t>The <iref item="WT_RESET_STREAM"/><xref target="WT_RESET_STREAM" format="none">WT_RESET_STREAM</xref> capsule defines the following fields:</t>
        <dl>
          <dt>Stream ID:</dt>
          <dd>
            <t>A variable-length integer encoding of the WebTransport stream ID of the
stream being terminated.</t>
          </dd>
          <dt>Application Protocol Error Code:</dt>
          <dd>
            <t>A variable-length integer containing the application protocol error code
that indicates why the stream is being closed.</t>
          </dd>
        </dl>
        <t>Unlike the equivalent QUIC frame, this capsule does not include a Final Size
field. In-order delivery of <iref item="WT_STREAM"/><xref target="WT_STREAM" format="none">WT_STREAM</xref> capsules ensures that the amount of
session-level flow control consumed by a stream is always known by both
endpoints.</t>
      </section>
      <section anchor="WT_STOP_SENDING">
        <name>WT_STOP_SENDING Capsule</name>
        <t>An HTTP capsule <xref target="HTTP-DATAGRAM"/> called <iref item="WT_STOP_SENDING"/><xref target="WT_STOP_SENDING" format="none">WT_STOP_SENDING</xref> (type=0x190B4D3A) is
introduced to communicate that incoming data is being discarded on receipt per
application request. <iref item="WT_STOP_SENDING"/><xref target="WT_STOP_SENDING" format="none">WT_STOP_SENDING</xref> requests that a peer cease transmission on
a WebTransport stream.</t>
        <figure anchor="fig-wt_stop_sending">
          <name>WT_STOP_SENDING Capsule Format</name>
          <artwork><![CDATA[
WT_STOP_SENDING Capsule {
  Type (i) = 0x190B4D3A,
  Length (i),
  Stream ID (i),
  Application Protocol Error Code (i),
}
]]></artwork>
        </figure>
        <t>The <iref item="WT_STOP_SENDING"/><xref target="WT_STOP_SENDING" format="none">WT_STOP_SENDING</xref> capsule defines the following fields:</t>
        <dl>
          <dt>Stream ID:</dt>
          <dd>
            <t>A variable-length integer carrying the WebTransport stream ID of the stream
being ignored.</t>
          </dd>
          <dt>Application Protocol Error Code:</dt>
          <dd>
            <t>A variable-length integer containing the application-specified reason the
sender is ignoring the stream.</t>
          </dd>
        </dl>
      </section>
      <section anchor="WT_STREAM">
        <name>WT_STREAM Capsule</name>
        <t><iref item="WT_STREAM"/><xref target="WT_STREAM" format="none">WT_STREAM</xref> capsules implicitly create a WebTransport stream and carry stream
data.</t>
        <t>The Type field in the <iref item="WT_STREAM"/><xref target="WT_STREAM" format="none">WT_STREAM</xref> capsule is either 0x190B4D3B or 0x190B4D3C.  The
least significant bit in the capsule type is the FIN bit (0x01), indicating
when set that the capsule marks the end of the stream in one direction.  Stream
data consists of any number of 0x190B4D3B capsules followed by a terminal
0x190B4D3C capsule.</t>
        <figure anchor="fig-wt_stream">
          <name>WT_STREAM Capsule Format</name>
          <artwork><![CDATA[
WT_STREAM Capsule {
  Type (i) = 0x190B4D3B..0x190B4D3C,
  Length (i),
  Stream ID (i),
  Stream Data (..),
}
]]></artwork>
        </figure>
        <t><iref item="WT_STREAM"/><xref target="WT_STREAM" format="none">WT_STREAM</xref> capsules contain the following fields:</t>
        <dl>
          <dt>Stream ID:</dt>
          <dd>
            <t>The stream ID for the stream.</t>
          </dd>
          <dt>Stream Data:</dt>
          <dd>
            <t>Zero or more bytes of data for the stream.  Empty <iref item="WT_STREAM"/><xref target="WT_STREAM" format="none">WT_STREAM</xref> capsules MUST NOT
be used unless they open or close a stream; an endpoint MAY treat an empty
<iref item="WT_STREAM"/><xref target="WT_STREAM" format="none">WT_STREAM</xref> capsule that neither starts nor ends a stream as a session error.</t>
          </dd>
        </dl>
      </section>
      <section anchor="WT_MAX_DATA">
        <name>WT_MAX_DATA Capsule</name>
        <t>An HTTP capsule <xref target="HTTP-DATAGRAM"/> called <iref item="WT_MAX_DATA"/><xref target="WT_MAX_DATA" format="none">WT_MAX_DATA</xref> (type=0x190B4D3D) is
introduced to inform the peer of the maximum amount of data that can be sent on
the WebTransport session as a whole.</t>
        <figure anchor="fig-wt_max_data">
          <name>WT_MAX_DATA Capsule Format</name>
          <artwork><![CDATA[
WT_MAX_DATA Capsule {
  Type (i) = 0x190B4D3D,
  Length (i),
  Maximum Data (i),
}
]]></artwork>
        </figure>
        <t><iref item="WT_MAX_DATA"/><xref target="WT_MAX_DATA" format="none">WT_MAX_DATA</xref> capsules contain the following field:</t>
        <dl>
          <dt>Maximum Data:</dt>
          <dd>
            <t>A variable-length integer indicating the maximum amount of data that can be
sent on the entire connection, in units of bytes.</t>
          </dd>
        </dl>
        <t>All data sent in <iref item="WT_STREAM"/><xref target="WT_STREAM" format="none">WT_STREAM</xref> capsules counts toward this limit. The sum of the
lengths of Stream Data fields in <iref item="WT_STREAM"/><xref target="WT_STREAM" format="none">WT_STREAM</xref> capsules MUST NOT exceed the value
advertised by a receiver.</t>
        <t>The <iref item="WT_MAX_DATA"/><xref target="WT_MAX_DATA" format="none">WT_MAX_DATA</xref> capsule defines special intermediary handling, as described in
<xref section="3.2" sectionFormat="of" target="HTTP-DATAGRAM"/>.  Intermedaries MUST consume <iref item="WT_MAX_DATA"/><xref target="WT_MAX_DATA" format="none">WT_MAX_DATA</xref>
capsules for flow control purposes and MUST generate and send appropriate flow
control signals for their limits; see <xref target="flow-control-intermediaries"/>.</t>
        <t>The initial value for this limit MAY be communicated by sending a non-zero value
for <iref item="SETTINGS_WEBTRANSPORT_INITIAL_MAX_DATA"/><xref target="SETTINGS_WEBTRANSPORT_INITIAL_MAX_DATA" format="none">SETTINGS_WEBTRANSPORT_INITIAL_MAX_DATA</xref>.</t>
      </section>
      <section anchor="WT_MAX_STREAM_DATA">
        <name>WT_MAX_STREAM_DATA Capsule</name>
        <t>An HTTP capsule <xref target="HTTP-DATAGRAM"/> called <iref item="WT_MAX_STREAM_DATA"/><xref target="WT_MAX_STREAM_DATA" format="none">WT_MAX_STREAM_DATA</xref> (type=0x190B4D3E) is
introduced to inform a peer of the maximum amount of data that can be sent on a
WebTransport stream.</t>
        <figure anchor="fig-wt_max_stream_data">
          <name>WT_MAX_STREAM_DATA Capsule Format</name>
          <artwork><![CDATA[
WT_MAX_STREAM_DATA Capsule {
  Type (i) = 0x190B4D3E,
  Length (i),
  Stream ID (i),
  Maximum Stream Data (i),
}
]]></artwork>
        </figure>
        <t><iref item="WT_MAX_STREAM_DATA"/><xref target="WT_MAX_STREAM_DATA" format="none">WT_MAX_STREAM_DATA</xref> capsules contain the following fields:</t>
        <dl>
          <dt>Stream ID:</dt>
          <dd>
            <t>The stream ID of the affected WebTransport stream, encoded as a
variable-length integer.</t>
          </dd>
          <dt>Maximum Stream Data:</dt>
          <dd>
            <t>A variable-length integer indicating the maximum amount of data that can be
sent on the identified stream, in units of bytes.</t>
          </dd>
        </dl>
        <t>All data sent in <iref item="WT_STREAM"/><xref target="WT_STREAM" format="none">WT_STREAM</xref> capsules for the identified stream counts toward this
limit. The sum of the lengths of Stream Data fields in <iref item="WT_STREAM"/><xref target="WT_STREAM" format="none">WT_STREAM</xref> capsules on
the identified stream MUST NOT exceed the value advertised by a receiver.</t>
        <t>The <iref item="WT_MAX_STREAM_DATA"/><xref target="WT_MAX_STREAM_DATA" format="none">WT_MAX_STREAM_DATA</xref> capsule defines special intermediary handling, as
described in <xref section="3.2" sectionFormat="of" target="HTTP-DATAGRAM"/>.  Intermedaries MUST consume
<iref item="WT_MAX_STREAM_DATA"/><xref target="WT_MAX_STREAM_DATA" format="none">WT_MAX_STREAM_DATA</xref> capsules for flow control purposes and MUST generate and
send appropriate flow control signals for their limits; see
<xref target="flow-control-intermediaries"/>.</t>
        <t>Initial values for this limit for unidirectional and bidirectional streams MAY
be communicated by sending non-zero values for
<iref item="SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAM_DATA_UNI"/><xref target="SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAM_DATA_UNI" format="none">SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAM_DATA_UNI</xref> and
<iref item="SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAM_DATA_BIDI"/><xref target="SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAM_DATA_BIDI" format="none">SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAM_DATA_BIDI</xref> respectively.</t>
      </section>
      <section anchor="WT_MAX_STREAMS">
        <name>WT_MAX_STREAMS Capsule</name>
        <t>An HTTP capsule <xref target="HTTP-DATAGRAM"/> called <iref item="WT_MAX_STREAMS"/><xref target="WT_MAX_STREAMS" format="none">WT_MAX_STREAMS</xref> is introduced to inform
the peer of the cumulative number of streams of a given type it is permitted to
open.  A <iref item="WT_MAX_STREAMS"/><xref target="WT_MAX_STREAMS" format="none">WT_MAX_STREAMS</xref> capsule with a type of 0x190B4D3F applies to
bidirectional streams, and a <iref item="WT_MAX_STREAMS"/><xref target="WT_MAX_STREAMS" format="none">WT_MAX_STREAMS</xref> capsule with a type of 0x190B4D40
applies to unidirectional streams.</t>
        <t>Note that, because Maximum Streams is a cumulative value representing the total
allowed number of streams, including previously closed streams, endpoints
repeatedly send new <iref item="WT_MAX_STREAMS"/><xref target="WT_MAX_STREAMS" format="none">WT_MAX_STREAMS</xref> capsules with increasing Maximum Streams
values as streams are opened.</t>
        <figure anchor="fig-wt_max_streams">
          <name>WT_MAX_STREAMS Capsule Format</name>
          <artwork><![CDATA[
WT_MAX_STREAMS Capsule {
  Type (i) = 0x190B4D3F..0x190B4D40,
  Length (i),
  Maximum Streams (i),
}
]]></artwork>
        </figure>
        <t><iref item="WT_MAX_STREAMS"/><xref target="WT_MAX_STREAMS" format="none">WT_MAX_STREAMS</xref> capsules contain the following field:</t>
        <dl>
          <dt>Maximum Streams:</dt>
          <dd>
            <t>A count of the cumulative number of streams of the corresponding type that
can be opened over the lifetime of the connection. This value cannot
exceed 2<sup>60</sup>, as it is not possible to encode stream IDs larger
than 2<sup>62</sup>-1.</t>
          </dd>
        </dl>
        <t>An endpoint MUST NOT open more streams than permitted by the current stream
limit set by its peer.  For instance, a server that receives a unidirectional
stream limit of 3 is permitted to open streams 3, 7, and 11, but not stream
15.</t>
        <t>Note that this limit includes streams that have been closed as well as those
that are open.</t>
        <t>The <iref item="WT_MAX_STREAMS"/><xref target="WT_MAX_STREAMS" format="none">WT_MAX_STREAMS</xref> capsule defines special intermediary handling, as
described in <xref section="3.2" sectionFormat="of" target="HTTP-DATAGRAM"/>.  Intermedaries MUST consume
<iref item="WT_MAX_STREAMS"/><xref target="WT_MAX_STREAMS" format="none">WT_MAX_STREAMS</xref> capsules for flow control purposes and MUST generate and
send appropriate flow control signals for their limits.</t>
        <t>Initial values for these limits MAY be communicated by sending non-zero values
for <iref item="SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAMS_UNI"/><xref target="SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAMS_UNI" format="none">SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAMS_UNI</xref> and
<iref item="SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAMS_BIDI"/><xref target="SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAMS_BIDI" format="none">SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAMS_BIDI</xref>.</t>
      </section>
      <section anchor="WT_DATA_BLOCKED">
        <name>WT_DATA_BLOCKED Capsule</name>
        <t>A sender SHOULD send a <iref item="WT_DATA_BLOCKED"/><xref target="WT_DATA_BLOCKED" format="none">WT_DATA_BLOCKED</xref> capsule (type=0x190B4D41) when it wishes
to send data but is unable to do so due to WebTransport session-level flow
control. <iref item="WT_DATA_BLOCKED"/><xref target="WT_DATA_BLOCKED" format="none">WT_DATA_BLOCKED</xref> capsules can be used as input to tuning of flow
control algorithms.</t>
        <figure anchor="fig-wt_data_blocked">
          <name>WT_DATA_BLOCKED Capsule Format</name>
          <artwork><![CDATA[
WT_DATA_BLOCKED Capsule {
  Type (i) = 0x190B4D41,
  Length (i),
  Maximum Data (i),
}
]]></artwork>
        </figure>
        <t><iref item="WT_DATA_BLOCKED"/><xref target="WT_DATA_BLOCKED" format="none">WT_DATA_BLOCKED</xref> capsules contain the following field:</t>
        <dl>
          <dt>Maximum Data:</dt>
          <dd>
            <t>A variable-length integer indicating the session-level limit at which
blocking occurred.</t>
          </dd>
        </dl>
        <t>The <iref item="WT_DATA_BLOCKED"/><xref target="WT_DATA_BLOCKED" format="none">WT_DATA_BLOCKED</xref> capsule defines special intermediary handling, as
described in <xref section="3.2" sectionFormat="of" target="HTTP-DATAGRAM"/>.  Intermedaries MUST consume
<iref item="WT_DATA_BLOCKED"/><xref target="WT_DATA_BLOCKED" format="none">WT_DATA_BLOCKED</xref> capsules for flow control purposes and MUST generate and
send appropriate flow control signals for their limits; see
<xref target="flow-control-intermediaries"/>.</t>
      </section>
      <section anchor="WT_STREAM_DATA_BLOCKED">
        <name>WT_STREAM_DATA_BLOCKED Capsule</name>
        <t>A sender SHOULD send a <iref item="WT_STREAM_DATA_BLOCKED"/><xref target="WT_STREAM_DATA_BLOCKED" format="none">WT_STREAM_DATA_BLOCKED</xref> capsule (type=0x190B4D42) when it
wishes to send data but is unable to do so due to stream-level flow control.
This capsule is analogous to <iref item="WT_DATA_BLOCKED"/><xref target="WT_DATA_BLOCKED" format="none">WT_DATA_BLOCKED</xref>.</t>
        <figure anchor="fig-wt_stream_data_blocked">
          <name>WT_STREAM_DATA_BLOCKED Capsule Format</name>
          <artwork><![CDATA[
WT_STREAM_DATA_BLOCKED Capsule {
  Type (i) = 0x190B4D42,
  Length (i),
  Stream ID (i),
  Maximum Stream Data (i),
}
]]></artwork>
        </figure>
        <t><iref item="WT_STREAM_DATA_BLOCKED"/><xref target="WT_STREAM_DATA_BLOCKED" format="none">WT_STREAM_DATA_BLOCKED</xref> capsules contain the following fields:</t>
        <dl>
          <dt>Stream ID:</dt>
          <dd>
            <t>A variable-length integer indicating the WebTransport stream that is
blocked due to flow control.</t>
          </dd>
          <dt>Maximum Stream Data:</dt>
          <dd>
            <t>A variable-length integer indicating the offset of the stream at which the
blocking occurred.</t>
          </dd>
        </dl>
        <t>The <iref item="WT_STREAM_DATA_BLOCKED"/><xref target="WT_STREAM_DATA_BLOCKED" format="none">WT_STREAM_DATA_BLOCKED</xref> capsule defines special intermediary handling, as
described in <xref section="3.2" sectionFormat="of" target="HTTP-DATAGRAM"/>.  Intermedaries MUST consume
<iref item="WT_STREAM_DATA_BLOCKED"/><xref target="WT_STREAM_DATA_BLOCKED" format="none">WT_STREAM_DATA_BLOCKED</xref> capsules for flow control purposes and MUST generate and
send appropriate flow control signals for their limits; see
<xref target="flow-control-intermediaries"/>.</t>
      </section>
      <section anchor="WT_STREAMS_BLOCKED">
        <name>WT_STREAMS_BLOCKED Capsule</name>
        <t>A sender SHOULD send a <iref item="WT_STREAMS_BLOCKED"/><xref target="WT_STREAMS_BLOCKED" format="none">WT_STREAMS_BLOCKED</xref> capsule (type=0x190B4D43 or
0x190B4D44) when it wishes to open a stream but is unable to do so due to the
maximum stream limit set by its peer.  A <iref item="WT_STREAMS_BLOCKED"/><xref target="WT_STREAMS_BLOCKED" format="none">WT_STREAMS_BLOCKED</xref> capsule of type
0x190B4D43 is used to indicate reaching the bidirectional stream limit, and a
STREAMS_BLOCKED capsule of type 0x190B4D44 is used to indicate reaching the
unidirectional stream limit.</t>
        <t>A <iref item="WT_STREAMS_BLOCKED"/><xref target="WT_STREAMS_BLOCKED" format="none">WT_STREAMS_BLOCKED</xref> capsule does not open the stream, but informs the peer that
a new stream was needed and the stream limit prevented the creation of the
stream.</t>
        <figure anchor="fig-wt_streams_blocked">
          <name>WT_STREAMS_BLOCKED Capsule Format</name>
          <artwork><![CDATA[
WT_STREAMS_BLOCKED Capsule {
  Type (i) = 0x190B4D43..0x190B4D44,
  Length (i),
  Maximum Streams (i),
}
]]></artwork>
        </figure>
        <t><iref item="WT_STREAMS_BLOCKED"/><xref target="WT_STREAMS_BLOCKED" format="none">WT_STREAMS_BLOCKED</xref> capsules contain the following field:</t>
        <dl>
          <dt>Maximum Streams:</dt>
          <dd>
            <t>A variable-length integer indicating the maximum number of streams allowed
at the time the capsule was sent. This value cannot exceed 2<sup>60</sup>,
as it is not possible to encode stream IDs larger than 2<sup>62</sup>-1.</t>
          </dd>
        </dl>
        <t>The <iref item="WT_STREAMS_BLOCKED"/><xref target="WT_STREAMS_BLOCKED" format="none">WT_STREAMS_BLOCKED</xref> capsule defines special intermediary handling, as
described in <xref section="3.2" sectionFormat="of" target="HTTP-DATAGRAM"/>.  Intermedaries MUST consume
<iref item="WT_STREAMS_BLOCKED"/><xref target="WT_STREAMS_BLOCKED" format="none">WT_STREAMS_BLOCKED</xref> capsules for flow control purposes and MUST generate and
send appropriate flow control signals for their limits.</t>
      </section>
      <section anchor="DATAGRAM_CAPSULE">
        <name>DATAGRAM Capsule</name>
        <t>WebTransport over HTTP/2 uses the DATAGRAM capsule defined in <xref section="3.5" sectionFormat="of" target="HTTP-DATAGRAM"/> to carry datagram traffic.</t>
        <figure anchor="fig-datagram">
          <name>DATAGRAM Capsule Format</name>
          <artwork><![CDATA[
DATAGRAM Capsule {
  Type (i) = 0x00,
  Length (i),
  HTTP Datagram Payload (..),
}
]]></artwork>
        </figure>
        <t>When used in WebTransport over HTTP/2, DATAGRAM capsules contain the following
fields:</t>
        <dl>
          <dt>HTTP Datagram Payload:</dt>
          <dd>
            <t>The content of the datagram to be delivered.</t>
          </dd>
        </dl>
        <t>The data in DATAGRAM capsules is not subject to flow control. The receiver MAY
discard this data if it does not have sufficient space to buffer it.</t>
        <t>An intermediary could forward the data in a DATAGRAM capsule over another
protocol, such as WebTransport over HTTP/3.  In QUIC, a datagram frame can span
at most one packet. Because of that, the applications have to know the maximum
size of the datagram they can send. However, when proxying the datagrams, the
hop-by-hop MTUs can vary.</t>
        <t><xref section="3.5" sectionFormat="of" target="HTTP-DATAGRAM"/> indicates that intermediaries that forward
DATAGRAM capsules where QUIC datagrams <xref target="DATAGRAM"/> are available forward the
contents of the capsule as native QUIC datagrams, rather than as HTTP datagrams
in a DATAGRAM capsule. Similarly, when forwarding DATAGRAM capsules used as
part of a WebTransport over HTTP/2 session on a WebTransport session that
natively supports QUIC datagrams, such as WebTransport over HTTP/3
<xref target="WEBTRANSPORT-H3"/>, intermediaries follow the requirements in
<xref target="WEBTRANSPORT-H3"/> to use native QUIC datagrams.</t>
      </section>
    </section>
    <section anchor="examples">
      <name>Examples</name>
      <t>An example of negotiating a WebTransport Stream on an HTTP/2 connection follows.
This example is intended to closely follow the example in <xref section="5.1" sectionFormat="of" target="RFC8441"/> to help illustrate the differences defined in this document.</t>
      <artwork><![CDATA[
[[ From Client ]]                   [[ From Server ]]

SETTINGS
SETTINGS_ENABLE_CONNECT_PROTOCOL = 1
SETTINGS_WEBTRANSPORT_MAX_SESSIONS = 1

                                    SETTINGS
                                    SETTINGS_ENABLE_CONNECT_PROTOCOL = 1
                                    SETTINGS_WEBTRANSPORT_MAX_SESSIONS = 100

HEADERS + END_HEADERS
Stream ID = 3
:method = CONNECT
:protocol = webtransport
:scheme = https
:path = /
:authority = server.example.com
origin: server.example.com

                                    HEADERS + END_HEADERS
                                    Stream ID = 3
                                    :status = 200

WT_STREAM
Stream ID = 0
WebTransport Data

                                    WT_STREAM + FIN
                                    Stream ID = 0
                                    WebTransport Data

WT_STREAM + FIN
Stream ID = 0
WebTransport Data
]]></artwork>
      <t>An example of the server initiating a WebTransport Stream follows. The only
difference here is the endpoint that sends the first <iref item="WT_STREAM"/><xref target="WT_STREAM" format="none">WT_STREAM</xref> capsule.</t>
      <artwork><![CDATA[
[[ From Client ]]                   [[ From Server ]]

SETTINGS
SETTINGS_ENABLE_CONNECT_PROTOCOL = 1
SETTINGS_WEBTRANSPORT_MAX_SESSIONS = 1

                                    SETTINGS
                                    SETTINGS_ENABLE_CONNECT_PROTOCOL = 1
                                    SETTINGS_WEBTRANSPORT_MAX_SESSIONS = 100

HEADERS + END_HEADERS
Stream ID = 3
:method = CONNECT
:protocol = webtransport
:scheme = https
:path = /
:authority = server.example.com
origin: server.example.com
                                    HEADERS + END_HEADERS
                                    Stream ID = 3
                                    :status = 200

                                    WT_STREAM
                                    Stream ID = 1
                                    WebTransport Data

WT_STREAM + FIN
Stream ID = 1
WebTransport Data

                                    WT_STREAM + FIN
                                    Stream ID = 1
                                    WebTransport Data
]]></artwork>
    </section>
    <section anchor="session-termination">
      <name>Session Termination</name>
      <t>An WebTransport session over HTTP/2 is terminated when either endpoint closes
the stream associated with the CONNECT request that initiated the session.
Upon learning about the session being terminated, the endpoint MUST stop
sending new datagrams and reset all of the streams associated with the session.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>WebTransport over HTTP/2 satisfies all of the security requirements imposed by
<xref target="OVERVIEW"/> on WebTransport protocols, thus providing a secure framework for
client-server communication in cases when the client is potentially untrusted.</t>
      <t>WebTransport over HTTP/2 requires explicit opt-in through the use of HTTP
SETTINGS; this avoids potential protocol confusion attacks by ensuring the
HTTP/2 server explicitly supports it. It also requires the use of the Origin
header, providing the server with the ability to deny access to Web-based
clients that do not originate from a trusted origin.</t>
      <t>Just like HTTP traffic going over HTTP/2, WebTransport pools traffic to
different origins within a single connection. Different origins imply different
trust domains, meaning that the implementations have to treat each transport as
potentially hostile towards others on the same connection. One potential attack
is a resource exhaustion attack: since all of the transports share both
congestion control and flow control context, a single client aggressively using
up those resources can cause other transports to stall. The user agent thus
SHOULD implement a fairness scheme that ensures that each transport within
connection gets a reasonable share of controlled resources; this applies both
to sending data and to opening new streams.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <section anchor="h2-settings">
        <name>HTTP/2 SETTINGS Parameter Registration</name>
        <t>The following entries are added to the "HTTP/2 Settings" registry established by
<xref target="RFC7540"/>:</t>
        <t anchor="SETTINGS_WEBTRANSPORT_MAX_SESSIONS">The SETTINGS_WEBTRANSPORT_MAX_SESSIONS parameter indicates that the specified
HTTP/2 connection is WebTransport-capable and the number of concurrent sessions
an endpoint is willing to receive. The default value for the
SETTINGS_WEBTRANSPORT_MAX_SESSIONS parameter is "0", meaning that the endpoint
is not willing to receive any WebTransport sessions.</t>
        <dl>
          <dt>Setting Name:</dt>
          <dd>
            <t>WEBTRANSPORT_MAX_SESSIONS</t>
          </dd>
          <dt>Value:</dt>
          <dd>
            <t>0x2b60</t>
          </dd>
          <dt>Default:</dt>
          <dd>
            <t>0</t>
          </dd>
          <dt>Specification:</dt>
          <dd>
            <t>This document</t>
          </dd>
        </dl>
        <t anchor="SETTINGS_WEBTRANSPORT_INITIAL_MAX_DATA">The <iref item="SETTINGS_WEBTRANSPORT_INITIAL_MAX_DATA"/><xref target="SETTINGS_WEBTRANSPORT_INITIAL_MAX_DATA" format="none">SETTINGS_WEBTRANSPORT_INITIAL_MAX_DATA</xref> parameter indicates the initial value
for the session data limit, otherwise communicated by the <iref item="WT_MAX_DATA"/><xref target="WT_MAX_DATA" format="none">WT_MAX_DATA</xref> capsule
(see <xref target="WT_MAX_DATA"/>). The default value for the
<iref item="SETTINGS_WEBTRANSPORT_INITIAL_MAX_DATA"/><xref target="SETTINGS_WEBTRANSPORT_INITIAL_MAX_DATA" format="none">SETTINGS_WEBTRANSPORT_INITIAL_MAX_DATA</xref> parameter is "0", indicating that the
endpoint needs to send a <iref item="WT_MAX_DATA"/><xref target="WT_MAX_DATA" format="none">WT_MAX_DATA</xref> capsule within each session before its
peer is allowed to send any stream data within that session.</t>
        <t>Note that this limit applies to all WebTransport sessions that use the HTTP/2
connection on which this SETTING is sent.</t>
        <dl>
          <dt>Setting Name:</dt>
          <dd>
            <t><iref item="SETTINGS_WEBTRANSPORT_INITIAL_MAX_DATA"/><xref target="SETTINGS_WEBTRANSPORT_INITIAL_MAX_DATA" format="none">SETTINGS_WEBTRANSPORT_INITIAL_MAX_DATA</xref></t>
          </dd>
          <dt>Value:</dt>
          <dd>
            <t>0x2b61</t>
          </dd>
          <dt>Default:</dt>
          <dd>
            <t>0</t>
          </dd>
          <dt>Specification:</dt>
          <dd>
            <t>This document</t>
          </dd>
        </dl>
        <t anchor="SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAM_DATA_UNI">The <iref item="SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAM_DATA_UNI"/><xref target="SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAM_DATA_UNI" format="none">SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAM_DATA_UNI</xref> parameter indicates the
initial value for the stream data limit for incoming unidirectional streams,
otherwise communicated by the <iref item="WT_MAX_STREAM_DATA"/><xref target="WT_MAX_STREAM_DATA" format="none">WT_MAX_STREAM_DATA</xref> capsule (see
<xref target="WT_MAX_STREAM_DATA"/>). The default value for the
<iref item="SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAM_DATA_UNI"/><xref target="SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAM_DATA_UNI" format="none">SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAM_DATA_UNI</xref> parameter is "0", indicating
that the endpoint needs to send <iref item="WT_MAX_STREAM_DATA"/><xref target="WT_MAX_STREAM_DATA" format="none">WT_MAX_STREAM_DATA</xref> capsules for each stream
within each individual WebTransport session before its peer is allowed to send
any stream data on those streams.</t>
        <t>Note that this limit applies to all WebTransport streams on all sessions that
use the HTTP/2 connection on which this SETTING is sent.</t>
        <dl>
          <dt>Setting Name:</dt>
          <dd>
            <t><iref item="SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAM_DATA_UNI"/><xref target="SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAM_DATA_UNI" format="none">SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAM_DATA_UNI</xref></t>
          </dd>
          <dt>Value:</dt>
          <dd>
            <t>0x2b62</t>
          </dd>
          <dt>Default:</dt>
          <dd>
            <t>0</t>
          </dd>
          <dt>Specification:</dt>
          <dd>
            <t>This document</t>
          </dd>
        </dl>
        <t anchor="SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAM_DATA_BIDI">The <iref item="SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAM_DATA_BIDI"/><xref target="SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAM_DATA_BIDI" format="none">SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAM_DATA_BIDI</xref> parameter indicates the
initial value for the stream data limit for incoming data on bidirectional
streams, otherwise communicated by the <iref item="WT_MAX_STREAM_DATA"/><xref target="WT_MAX_STREAM_DATA" format="none">WT_MAX_STREAM_DATA</xref> capsule (see
<xref target="WT_MAX_STREAM_DATA"/>). The default value for the
<iref item="SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAM_DATA_BIDI"/><xref target="SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAM_DATA_BIDI" format="none">SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAM_DATA_BIDI</xref> parameter is "0", indicating
that the endpoint needs to send <iref item="WT_MAX_STREAM_DATA"/><xref target="WT_MAX_STREAM_DATA" format="none">WT_MAX_STREAM_DATA</xref> capsules for each stream
within each individual WebTransport session before its peer is allowed to send
any stream data on those streams.</t>
        <t>Note that this limit applies to all WebTransport streams on all sessions that
use the HTTP/2 connection on which this SETTING is sent.</t>
        <dl>
          <dt>Setting Name:</dt>
          <dd>
            <t><iref item="SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAM_DATA_BIDI"/><xref target="SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAM_DATA_BIDI" format="none">SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAM_DATA_BIDI</xref></t>
          </dd>
          <dt>Value:</dt>
          <dd>
            <t>0x2b63</t>
          </dd>
          <dt>Default:</dt>
          <dd>
            <t>0</t>
          </dd>
          <dt>Specification:</dt>
          <dd>
            <t>This document</t>
          </dd>
        </dl>
        <t anchor="SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAMS_UNI">The <iref item="SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAMS_UNI"/><xref target="SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAMS_UNI" format="none">SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAMS_UNI</xref> parameter indicates the
initial value for the unidirectional max stream limit, otherwise communicated
by the <iref item="WT_MAX_STREAMS"/><xref target="WT_MAX_STREAMS" format="none">WT_MAX_STREAMS</xref> capsule (see <xref target="WT_MAX_STREAMS"/>). The default value for
the <iref item="SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAMS_UNI"/><xref target="SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAMS_UNI" format="none">SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAMS_UNI</xref> parameter is "0", indicating
that the endpoint needs to send <iref item="WT_MAX_STREAMS"/><xref target="WT_MAX_STREAMS" format="none">WT_MAX_STREAMS</xref> capsules on each individual
WebTransport session before its peer is allowed to create any unidirectional
streams within that session.</t>
        <t>Note that this limit applies to all WebTransport sessions that use the HTTP/2
connection on which this SETTING is sent.</t>
        <dl>
          <dt>Setting Name:</dt>
          <dd>
            <t><iref item="SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAMS_UNI"/><xref target="SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAMS_UNI" format="none">SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAMS_UNI</xref></t>
          </dd>
          <dt>Value:</dt>
          <dd>
            <t>0x2b64</t>
          </dd>
          <dt>Default:</dt>
          <dd>
            <t>0</t>
          </dd>
          <dt>Specification:</dt>
          <dd>
            <t>This document</t>
          </dd>
        </dl>
        <t anchor="SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAMS_BIDI">The <iref item="SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAMS_BIDI"/><xref target="SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAMS_BIDI" format="none">SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAMS_BIDI</xref> parameter indicates the
initial value for the bidirectional max stream limit, otherwise communicated by
the <iref item="WT_MAX_STREAMS"/><xref target="WT_MAX_STREAMS" format="none">WT_MAX_STREAMS</xref> capsule (see <xref target="WT_MAX_STREAMS"/>). The default value for the
<iref item="SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAMS_BIDI"/><xref target="SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAMS_BIDI" format="none">SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAMS_BIDI</xref> parameter is "0", indicating
that the endpoint needs to send <iref item="WT_MAX_STREAMS"/><xref target="WT_MAX_STREAMS" format="none">WT_MAX_STREAMS</xref> capsules on each individual
WebTransport session before its peer is allowed to create any bidirectional
streams within that session.</t>
        <t>Note that this limit applies to all WebTransport sessions that use the HTTP/2
connection on which this SETTING is sent.</t>
        <dl>
          <dt>Setting Name:</dt>
          <dd>
            <t><iref item="SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAMS_BIDI"/><xref target="SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAMS_BIDI" format="none">SETTINGS_WEBTRANSPORT_INITIAL_MAX_STREAMS_BIDI</xref></t>
          </dd>
          <dt>Value:</dt>
          <dd>
            <t>0x2b65</t>
          </dd>
          <dt>Default:</dt>
          <dd>
            <t>0</t>
          </dd>
          <dt>Specification:</dt>
          <dd>
            <t>This document</t>
          </dd>
        </dl>
      </section>
      <section anchor="capsule-types">
        <name>Capsule Types</name>
        <t>The following entries are added to the "HTTP Capsule Types" registry established
by <xref target="HTTP-DATAGRAM"/>:</t>
        <t>The <tt>PADDING</tt> capsule.</t>
        <dl spacing="compact">
          <dt>Value:</dt>
          <dd>
            <t>0x190B4D38</t>
          </dd>
          <dt>Capsule Type:</dt>
          <dd>
            <t><iref item="PADDING"/><xref target="PADDING" format="none">PADDING</xref></t>
          </dd>
          <dt>Status:</dt>
          <dd>
            <t>permanent</t>
          </dd>
          <dt>Specification:</dt>
          <dd>
            <t>This document</t>
          </dd>
          <dt>Change Controller:</dt>
          <dd>
            <t>IETF</t>
          </dd>
          <dt>Contact:</dt>
          <dd>
            <t>WebTransport Working Group <eref target="mailto:webtransport@ietf.org">webtransport@ietf.org</eref></t>
          </dd>
          <dt>Notes:</dt>
          <dd>
            <t>None</t>
          </dd>
        </dl>
        <t>The <tt>WT_RESET_STREAM</tt> capsule.</t>
        <dl spacing="compact">
          <dt>Value:</dt>
          <dd>
            <t>0x190B4D39</t>
          </dd>
          <dt>Capsule Type:</dt>
          <dd>
            <t><iref item="WT_RESET_STREAM"/><xref target="WT_RESET_STREAM" format="none">WT_RESET_STREAM</xref></t>
          </dd>
          <dt>Status:</dt>
          <dd>
            <t>permanent</t>
          </dd>
          <dt>Specification:</dt>
          <dd>
            <t>This document</t>
          </dd>
          <dt>Change Controller:</dt>
          <dd>
            <t>IETF</t>
          </dd>
          <dt>Contact:</dt>
          <dd>
            <t>WebTransport Working Group <eref target="mailto:webtransport@ietf.org">webtransport@ietf.org</eref></t>
          </dd>
          <dt>Notes:</dt>
          <dd>
            <t>None</t>
          </dd>
        </dl>
        <t>The <tt>WT_STOP_SENDING</tt> capsule.</t>
        <dl spacing="compact">
          <dt>Value:</dt>
          <dd>
            <t>0x190B4D3A</t>
          </dd>
          <dt>Capsule Type:</dt>
          <dd>
            <t><iref item="WT_STOP_SENDING"/><xref target="WT_STOP_SENDING" format="none">WT_STOP_SENDING</xref></t>
          </dd>
          <dt>Status:</dt>
          <dd>
            <t>permanent</t>
          </dd>
          <dt>Specification:</dt>
          <dd>
            <t>This document</t>
          </dd>
          <dt>Change Controller:</dt>
          <dd>
            <t>IETF</t>
          </dd>
          <dt>Contact:</dt>
          <dd>
            <t>WebTransport Working Group <eref target="mailto:webtransport@ietf.org">webtransport@ietf.org</eref></t>
          </dd>
          <dt>Notes:</dt>
          <dd>
            <t>None</t>
          </dd>
        </dl>
        <t>The <tt>WT_STREAM</tt> capsule.</t>
        <dl spacing="compact">
          <dt>Value:</dt>
          <dd>
            <t>0x190B4D3B..0x190B4D3C</t>
          </dd>
          <dt>Capsule Type:</dt>
          <dd>
            <t><iref item="WT_STREAM"/><xref target="WT_STREAM" format="none">WT_STREAM</xref></t>
          </dd>
          <dt>Status:</dt>
          <dd>
            <t>permanent</t>
          </dd>
          <dt>Specification:</dt>
          <dd>
            <t>This document</t>
          </dd>
          <dt>Change Controller:</dt>
          <dd>
            <t>IETF</t>
          </dd>
          <dt>Contact:</dt>
          <dd>
            <t>WebTransport Working Group <eref target="mailto:webtransport@ietf.org">webtransport@ietf.org</eref></t>
          </dd>
          <dt>Notes:</dt>
          <dd>
            <t>None</t>
          </dd>
        </dl>
        <t>The <tt>WT_MAX_DATA</tt> capsule.</t>
        <dl spacing="compact">
          <dt>Value:</dt>
          <dd>
            <t>0x190B4D3D</t>
          </dd>
          <dt>Capsule Type:</dt>
          <dd>
            <t><iref item="WT_MAX_DATA"/><xref target="WT_MAX_DATA" format="none">WT_MAX_DATA</xref></t>
          </dd>
          <dt>Status:</dt>
          <dd>
            <t>permanent</t>
          </dd>
          <dt>Specification:</dt>
          <dd>
            <t>This document</t>
          </dd>
          <dt>Change Controller:</dt>
          <dd>
            <t>IETF</t>
          </dd>
          <dt>Contact:</dt>
          <dd>
            <t>WebTransport Working Group <eref target="mailto:webtransport@ietf.org">webtransport@ietf.org</eref></t>
          </dd>
          <dt>Notes:</dt>
          <dd>
            <t>None</t>
          </dd>
        </dl>
        <t>The <tt>WT_MAX_STREAM_DATA</tt> capsule.</t>
        <dl spacing="compact">
          <dt>Value:</dt>
          <dd>
            <t>0x190B4D3E</t>
          </dd>
          <dt>Capsule Type:</dt>
          <dd>
            <t><iref item="WT_MAX_STREAM_DATA"/><xref target="WT_MAX_STREAM_DATA" format="none">WT_MAX_STREAM_DATA</xref></t>
          </dd>
          <dt>Status:</dt>
          <dd>
            <t>permanent</t>
          </dd>
          <dt>Specification:</dt>
          <dd>
            <t>This document</t>
          </dd>
          <dt>Change Controller:</dt>
          <dd>
            <t>IETF</t>
          </dd>
          <dt>Contact:</dt>
          <dd>
            <t>WebTransport Working Group <eref target="mailto:webtransport@ietf.org">webtransport@ietf.org</eref></t>
          </dd>
          <dt>Notes:</dt>
          <dd>
            <t>None</t>
          </dd>
        </dl>
        <t>The <tt>WT_MAX_STREAMS</tt> capsule.</t>
        <dl spacing="compact">
          <dt>Value:</dt>
          <dd>
            <t>0x190B4D3F..0x190B4D40</t>
          </dd>
          <dt>Capsule Type:</dt>
          <dd>
            <t><iref item="WT_MAX_STREAMS"/><xref target="WT_MAX_STREAMS" format="none">WT_MAX_STREAMS</xref></t>
          </dd>
          <dt>Status:</dt>
          <dd>
            <t>permanent</t>
          </dd>
          <dt>Specification:</dt>
          <dd>
            <t>This document</t>
          </dd>
          <dt>Change Controller:</dt>
          <dd>
            <t>IETF</t>
          </dd>
          <dt>Contact:</dt>
          <dd>
            <t>WebTransport Working Group <eref target="mailto:webtransport@ietf.org">webtransport@ietf.org</eref></t>
          </dd>
          <dt>Notes:</dt>
          <dd>
            <t>None</t>
          </dd>
        </dl>
        <t>The <tt>WT_DATA_BLOCKED</tt> capsule.</t>
        <dl spacing="compact">
          <dt>Value:</dt>
          <dd>
            <t>0x190B4D41</t>
          </dd>
          <dt>Capsule Type:</dt>
          <dd>
            <t><iref item="WT_DATA_BLOCKED"/><xref target="WT_DATA_BLOCKED" format="none">WT_DATA_BLOCKED</xref></t>
          </dd>
          <dt>Status:</dt>
          <dd>
            <t>permanent</t>
          </dd>
          <dt>Specification:</dt>
          <dd>
            <t>This document</t>
          </dd>
          <dt>Change Controller:</dt>
          <dd>
            <t>IETF</t>
          </dd>
          <dt>Contact:</dt>
          <dd>
            <t>WebTransport Working Group <eref target="mailto:webtransport@ietf.org">webtransport@ietf.org</eref></t>
          </dd>
          <dt>Notes:</dt>
          <dd>
            <t>None</t>
          </dd>
        </dl>
        <t>The <tt>WT_STREAM_DATA_BLOCKED</tt> capsule.</t>
        <dl spacing="compact">
          <dt>Value:</dt>
          <dd>
            <t>0x190B4D42</t>
          </dd>
          <dt>Capsule Type:</dt>
          <dd>
            <t><iref item="WT_STREAM_DATA_BLOCKED"/><xref target="WT_STREAM_DATA_BLOCKED" format="none">WT_STREAM_DATA_BLOCKED</xref></t>
          </dd>
          <dt>Status:</dt>
          <dd>
            <t>permanent</t>
          </dd>
          <dt>Specification:</dt>
          <dd>
            <t>This document</t>
          </dd>
          <dt>Change Controller:</dt>
          <dd>
            <t>IETF</t>
          </dd>
          <dt>Contact:</dt>
          <dd>
            <t>WebTransport Working Group <eref target="mailto:webtransport@ietf.org">webtransport@ietf.org</eref></t>
          </dd>
          <dt>Notes:</dt>
          <dd>
            <t>None</t>
          </dd>
        </dl>
        <t>The <tt>WT_STREAMS_BLOCKED</tt> capsule.</t>
        <dl spacing="compact">
          <dt>Value:</dt>
          <dd>
            <t>0x190B4D43..0x190B4D44</t>
          </dd>
          <dt>Capsule Type:</dt>
          <dd>
            <t><iref item="WT_STREAMS_BLOCKED"/><xref target="WT_STREAMS_BLOCKED" format="none">WT_STREAMS_BLOCKED</xref></t>
          </dd>
          <dt>Status:</dt>
          <dd>
            <t>permanent</t>
          </dd>
          <dt>Specification:</dt>
          <dd>
            <t>This document</t>
          </dd>
          <dt>Change Controller:</dt>
          <dd>
            <t>IETF</t>
          </dd>
          <dt>Contact:</dt>
          <dd>
            <t>WebTransport Working Group <eref target="mailto:webtransport@ietf.org">webtransport@ietf.org</eref></t>
          </dd>
          <dt>Notes:</dt>
          <dd>
            <t>None</t>
          </dd>
        </dl>
      </section>
      <section anchor="http-header-field-name">
        <name>HTTP Header Field Name</name>
        <t>IANA will register the following entry in the "Hypertext Transfer Protocol
(HTTP) Field Name Registry" maintained at
<eref target="https://www.iana.org/assignments/http-fields">https://www.iana.org/assignments/http-fields</eref>:</t>
        <dl>
          <dt>Field Name:</dt>
          <dd>
            <t>WebTransport-Init</t>
          </dd>
          <dt>Template:</dt>
          <dd>
            <t>None</t>
          </dd>
          <dt>Status:</dt>
          <dd>
            <t>permanent</t>
          </dd>
          <dt>Reference:</dt>
          <dd>
            <t>This document</t>
          </dd>
          <dt>Comments:</dt>
          <dd>
            <t>None</t>
          </dd>
        </dl>
      </section>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="OVERVIEW">
          <front>
            <title>The WebTransport Protocol Framework</title>
            <author fullname="Victor Vasiliev" initials="V." surname="Vasiliev">
              <organization>Google</organization>
            </author>
            <date day="6" month="September" year="2023"/>
            <abstract>
              <t>   The WebTransport Protocol Framework enables clients constrained by
   the Web security model to communicate with a remote server using a
   secure multiplexed transport.  It consists of a set of individual
   protocols that are safe to expose to untrusted applications, combined
   with an abstract model that allows them to be used interchangeably.

   This document defines the overall requirements on the protocols used
   in WebTransport, as well as the common features of the protocols,
   support for some of which may be optional.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-webtrans-overview-06"/>
        </reference>
        <reference anchor="WEBTRANSPORT-H3">
          <front>
            <title>WebTransport over HTTP/3</title>
            <author fullname="Alan Frindell" initials="A." surname="Frindell">
              <organization>Facebook</organization>
            </author>
            <author fullname="Eric Kinnear" initials="E." surname="Kinnear">
              <organization>Apple Inc.</organization>
            </author>
            <author fullname="Victor Vasiliev" initials="V." surname="Vasiliev">
              <organization>Google</organization>
            </author>
            <date day="23" month="October" year="2023"/>
            <abstract>
              <t>   WebTransport [OVERVIEW] is a protocol framework that enables clients
   constrained by the Web security model to communicate with a remote
   server using a secure multiplexed transport.  This document describes
   a WebTransport protocol that is based on HTTP/3 [HTTP3] and provides
   support for unidirectional streams, bidirectional streams and
   datagrams, all multiplexed within the same HTTP/3 connection.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-webtrans-http3-08"/>
        </reference>
        <reference anchor="HTTP">
          <front>
            <title>HTTP Semantics</title>
            <author fullname="Roy T. Fielding" initials="R. T." surname="Fielding">
              <organization>Adobe</organization>
            </author>
            <author fullname="Mark Nottingham" initials="M." surname="Nottingham">
              <organization>Fastly</organization>
            </author>
            <author fullname="Julian Reschke" initials="J." surname="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 RFCs 2818, 7231, 7232, 7233, 7235, 7538, 7615, 7694, and portions of 7230.
              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-semantics-19"/>
        </reference>
        <reference anchor="HTTP-DATAGRAM">
          <front>
            <title>HTTP Datagrams and the Capsule Protocol</title>
            <author fullname="D. Schinazi" initials="D." surname="Schinazi"/>
            <author fullname="L. Pardue" initials="L." surname="Pardue"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>This document describes HTTP Datagrams, a convention for conveying multiplexed, potentially unreliable datagrams inside an HTTP connection.</t>
              <t>In HTTP/3, HTTP Datagrams can be sent unreliably using the QUIC DATAGRAM extension. When the QUIC DATAGRAM frame is unavailable or undesirable, HTTP Datagrams can be sent using the Capsule Protocol, which is a more general convention for conveying data in HTTP connections.</t>
              <t>HTTP Datagrams and the Capsule Protocol are intended for use by HTTP extensions, not applications.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9297"/>
          <seriesInfo name="DOI" value="10.17487/RFC9297"/>
        </reference>
        <reference anchor="HTTP2">
          <front>
            <title>HTTP/2</title>
            <author fullname="M. Thomson" initials="M." role="editor" surname="Thomson"/>
            <author fullname="C. Benfield" initials="C." role="editor" surname="Benfield"/>
            <date month="June" year="2022"/>
            <abstract>
              <t>This specification describes an optimized expression of the semantics of the Hypertext Transfer Protocol (HTTP), referred to as HTTP version 2 (HTTP/2). HTTP/2 enables a more efficient use of network resources and a reduced latency by introducing field compression and allowing multiple concurrent exchanges on the same connection.</t>
              <t>This document obsoletes RFCs 7540 and 8740.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9113"/>
          <seriesInfo name="DOI" value="10.17487/RFC9113"/>
        </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>
        <reference anchor="RFC8441">
          <front>
            <title>Bootstrapping WebSockets with HTTP/2</title>
            <author fullname="P. McManus" initials="P." surname="McManus"/>
            <date month="September" year="2018"/>
            <abstract>
              <t>This document defines a mechanism for running the WebSocket Protocol (RFC 6455) over a single stream of an HTTP/2 connection.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8441"/>
          <seriesInfo name="DOI" value="10.17487/RFC8441"/>
        </reference>
        <reference anchor="RFC7230">
          <front>
            <title>Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing</title>
            <author fullname="R. Fielding" initials="R." role="editor" surname="Fielding"/>
            <author fullname="J. Reschke" initials="J." role="editor" surname="Reschke"/>
            <date month="June" year="2014"/>
            <abstract>
              <t>The Hypertext Transfer Protocol (HTTP) is a stateless application-level protocol for distributed, collaborative, hypertext information systems. This document provides an overview of HTTP architecture and its associated terminology, defines the "http" and "https" Uniform Resource Identifier (URI) schemes, defines the HTTP/1.1 message syntax and parsing requirements, and describes related security concerns for implementations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7230"/>
          <seriesInfo name="DOI" value="10.17487/RFC7230"/>
        </reference>
        <reference anchor="ORIGIN">
          <front>
            <title>The Web Origin Concept</title>
            <author fullname="A. Barth" initials="A." surname="Barth"/>
            <date month="December" year="2011"/>
            <abstract>
              <t>This document defines the concept of an "origin", which is often used as the scope of authority or privilege by user agents. Typically, user agents isolate content retrieved from different origins to prevent malicious web site operators from interfering with the operation of benign web sites. In addition to outlining the principles that underlie the concept of origin, this document details how to determine the origin of a URI and how to serialize an origin into a string. It also defines an HTTP header field, named "Origin", that indicates which origins are associated with an HTTP request. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6454"/>
          <seriesInfo name="DOI" value="10.17487/RFC6454"/>
        </reference>
        <reference anchor="RFC9110">
          <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="SEMANTICS">
          <front>
            <title>HTTP Semantics</title>
            <author fullname="Roy T. Fielding" initials="R. T." surname="Fielding">
              <organization>Adobe</organization>
            </author>
            <author fullname="Mark Nottingham" initials="M." surname="Nottingham">
              <organization>Fastly</organization>
            </author>
            <author fullname="Julian Reschke" initials="J." surname="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 RFCs 2818, 7231, 7232, 7233, 7235, 7538, 7615, 7694, and portions of 7230.
              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-semantics-19"/>
        </reference>
        <reference anchor="RFC6585">
          <front>
            <title>Additional HTTP Status Codes</title>
            <author fullname="M. Nottingham" initials="M." surname="Nottingham"/>
            <author fullname="R. Fielding" initials="R." surname="Fielding"/>
            <date month="April" year="2012"/>
            <abstract>
              <t>This document specifies additional HyperText Transfer Protocol (HTTP) status codes for a variety of common situations. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6585"/>
          <seriesInfo name="DOI" value="10.17487/RFC6585"/>
        </reference>
        <reference anchor="RFC8941">
          <front>
            <title>Structured Field Values for HTTP</title>
            <author fullname="M. Nottingham" initials="M." surname="Nottingham"/>
            <author fullname="P-H. Kamp" surname="P-H. Kamp"/>
            <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="RFC9000">
          <front>
            <title>QUIC: A UDP-Based Multiplexed and Secure Transport</title>
            <author fullname="J. Iyengar" initials="J." role="editor" surname="Iyengar"/>
            <author fullname="M. Thomson" initials="M." role="editor" surname="Thomson"/>
            <date month="May" year="2021"/>
            <abstract>
              <t>This document defines the core of the QUIC transport protocol. QUIC provides applications with flow-controlled streams for structured communication, low-latency connection establishment, and network path migration. QUIC includes security measures that ensure confidentiality, integrity, and availability in a range of deployment circumstances. Accompanying documents describe the integration of TLS for key negotiation, loss detection, and an exemplary congestion control algorithm.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9000"/>
          <seriesInfo name="DOI" value="10.17487/RFC9000"/>
        </reference>
        <reference anchor="RFC9113">
          <front>
            <title>HTTP/2</title>
            <author fullname="M. Thomson" initials="M." role="editor" surname="Thomson"/>
            <author fullname="C. Benfield" initials="C." role="editor" surname="Benfield"/>
            <date month="June" year="2022"/>
            <abstract>
              <t>This specification describes an optimized expression of the semantics of the Hypertext Transfer Protocol (HTTP), referred to as HTTP version 2 (HTTP/2). HTTP/2 enables a more efficient use of network resources and a reduced latency by introducing field compression and allowing multiple concurrent exchanges on the same connection.</t>
              <t>This document obsoletes RFCs 7540 and 8740.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9113"/>
          <seriesInfo name="DOI" value="10.17487/RFC9113"/>
        </reference>
        <reference anchor="RFC7540">
          <front>
            <title>Hypertext Transfer Protocol Version 2 (HTTP/2)</title>
            <author fullname="M. Belshe" initials="M." surname="Belshe"/>
            <author fullname="R. Peon" initials="R." surname="Peon"/>
            <author fullname="M. Thomson" initials="M." role="editor" surname="Thomson"/>
            <date month="May" year="2015"/>
            <abstract>
              <t>This specification describes an optimized expression of the semantics of the Hypertext Transfer Protocol (HTTP), referred to as HTTP version 2 (HTTP/2). HTTP/2 enables a more efficient use of network resources and a reduced perception of latency by introducing header field compression and allowing multiple concurrent exchanges on the same connection. It also introduces unsolicited push of representations from servers to clients.</t>
              <t>This specification is an alternative to, but does not obsolete, the HTTP/1.1 message syntax. HTTP's existing semantics remain unchanged.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7540"/>
          <seriesInfo name="DOI" value="10.17487/RFC7540"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="DATAGRAM">
          <front>
            <title>An Unreliable Datagram Extension to QUIC</title>
            <author fullname="T. Pauly" initials="T." surname="Pauly"/>
            <author fullname="E. Kinnear" initials="E." surname="Kinnear"/>
            <author fullname="D. Schinazi" initials="D." surname="Schinazi"/>
            <date month="March" year="2022"/>
            <abstract>
              <t>This document defines an extension to the QUIC transport protocol to add support for sending and receiving unreliable datagrams over a QUIC connection.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9221"/>
          <seriesInfo name="DOI" value="10.17487/RFC9221"/>
        </reference>
        <reference anchor="HTTP3">
          <front>
            <title>HTTP/3</title>
            <author fullname="Mike Bishop" initials="M." surname="Bishop">
              <organization>Akamai</organization>
            </author>
            <date day="2" month="February" year="2021"/>
            <abstract>
              <t>The QUIC transport protocol has several features that are desirable in a transport for HTTP, such as stream multiplexing, per-stream flow control, and low-latency connection establishment.  This document describes a mapping of HTTP semantics over QUIC.  This document also identifies HTTP/2 features that are subsumed by QUIC and describes how HTTP/2 extensions can be ported to HTTP/3.
              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-quic-http-34"/>
        </reference>
        <reference anchor="QUIC">
          <front>
            <title>QUIC: A UDP-Based Multiplexed and Secure Transport</title>
            <author fullname="J. Iyengar" initials="J." role="editor" surname="Iyengar"/>
            <author fullname="M. Thomson" initials="M." role="editor" surname="Thomson"/>
            <date month="May" year="2021"/>
            <abstract>
              <t>This document defines the core of the QUIC transport protocol. QUIC provides applications with flow-controlled streams for structured communication, low-latency connection establishment, and network path migration. QUIC includes security measures that ensure confidentiality, integrity, and availability in a range of deployment circumstances. Accompanying documents describe the integration of TLS for key negotiation, loss detection, and an exemplary congestion control algorithm.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9000"/>
          <seriesInfo name="DOI" value="10.17487/RFC9000"/>
        </reference>
        <reference anchor="MPTCP">
          <front>
            <title>TCP Extensions for Multipath Operation with Multiple Addresses</title>
            <author fullname="A. Ford" initials="A." surname="Ford"/>
            <author fullname="C. Raiciu" initials="C." surname="Raiciu"/>
            <author fullname="M. Handley" initials="M." surname="Handley"/>
            <author fullname="O. Bonaventure" initials="O." surname="Bonaventure"/>
            <date month="January" year="2013"/>
            <abstract>
              <t>TCP/IP communication is currently restricted to a single path per connection, yet multiple paths often exist between peers. The simultaneous use of these multiple paths for a TCP/IP session would improve resource usage within the network and, thus, improve user experience through higher throughput and improved resilience to network failure.</t>
              <t>Multipath TCP provides the ability to simultaneously use multiple paths between peers. This document presents a set of extensions to traditional TCP to support multipath operation. The protocol offers the same type of service to applications as TCP (i.e., reliable bytestream), and it provides the components necessary to establish and use multiple TCP flows across potentially disjoint paths. This document defines an Experimental Protocol for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6824"/>
          <seriesInfo name="DOI" value="10.17487/RFC6824"/>
        </reference>
      </references>
    </references>
    <?line 1412?>

<section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>Thanks to Anthony Chivetta, Joshua Otto, and Valentin Pistol for their
contributions in the design and implementation of this work.</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA+1923bbRpboe31Ftfxw7AxJS7KcxErcHVmSE83Yko8pJzMn
K8sGyaKEMQiwAVAy4+X+9tm3KlQBBd2SdJI+0w8dCwTqsmvfbzUcDlWd1pnZ
1Rs/mMlpmeTVsihrXVyYUn93evrq4faGSiaT0ly0Xhl+B7/MimmeLODrWZnM
62Fq6vnw0kxqfGl4XtfL7eHmF0rNkhre+Xiwd3r4SU3hj7OiXO/qqp4plS7L
XV2Xq6re3tx8srmtktIkuzopa3VZlO/PymK13NV2UPXerOHxbFcf5bUpc1MP
D3Bqpao6yWdvk6zIYaq1qdQy3dU/1sV0oCtYbmnmFfxrvcB//KRUsqrPi3JX
6aHS8L80r3b13kg/L9N8ZrKMHvLW9rIkD58X5VmSpz8ndVrku/p5MjWTongP
K5qO6HezSNIMtjDHj76ZT0bTYhFMdDjS/5HmuUlKb57DMp0Gj2EamH25zEwz
dAUbMfWuPsmN/PQqKd/rH5I1/TxNa4Dr/mppyjrNi4HeT7J0XpR5mugnjze3
dvitYpXXeABv8rQ2Mz2u4UgqXcz13sLAKhJ/F+Y9L+mbBKfrbOV0BCtYZWtv
I6fFYrH2nv4x9lEvcUE9u3g50qfnxaIqcm8fLxOcPPiBtvKy+DnNsmDwRf1N
VlwaWE2xXI8AK4PRvx/p75MqzVJz4Q3/fTqtizL8JcSsb4viLDP+PBf48sXF
N2f0S2cb3470f6bGm+PbVXG5cs9uiLeXRWGRVuVFuYD3LwxQij75/vD190eH
PwDxDQ9GIbEjw7hIzSW89sPhs9PXe8fjVyevT4ffPYq9jazhEbyKHMb7HR9P
0mpYwUryOp1W8soQOMfet6/3Xu7q18/3n2w/+UJ+2OYHW1uPgJHkc3+xrU+2
t5QaDoc6mQDqJVNgGAG/m5l5mgPuJLoyNWIQHOcwMxcmAyxbLFY5YBOCrdJz
k9SrEl6dmSo9ywHtYFo1hSPMa1h4iYwzRd4Ek9AH9XlSAzsz8DSt0wQRdbLW
MLvmj6qRBhxLYcBiulrAAwUjT8t0QstZlgXwsCLjYabAiuDJRTozGkC0xpXW
5waeL5MJoFGdMv77e1MeL7dTuVFNnkwyU9Egq8q0v9WX5yaHVbw5eDWcJJWZ
KfcljJIXsLELwBkcY8TwhWfm7TH+X128fW2SmSkrpQ7SarqqKoAHrxh3i2xb
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
EAm1MY/RpdTOCrwxRLrqXNPorenq2LOYMK8FmU2+XHEG1CqX6GVgyifZGbbi
PSdpKoIkDr+4JNnZupOLC0HxltK0kRc42RGdORAePZv+Ld1d4TEw38HWQ1SU
weEYyTfXxZR46qzhKFGM+b1YShx4fywLw48YXUHJkRfCWNKt6Do2XQ95bzvy
Vk3zqZuSN0upaJvHUz+STtkwSVacYUkHsoXw7NpRmNtR7Pav6sLx3DcRgr5q
fZE4ze3J+9YR1xZxx6KI0gjMo+2m7VmrN+ev49cp5nOp0vICfJbFNNHWK9jM
VQj8e3GbK4/0j8t0xlcxnHGc2Yxvx2jG1zGZR5j57f7aaWsUTeMyl2N0JdtB
DLK+w0Av7yr7e1etUlJulbdO78Ir15u/xMZBFrdjPgHXM5NuTLlmtoZx7Vw7
m4o6CiQ8JOmHfdO57CWCbEOIbI2w26VqQoxco0dmvcxCfRfB5kPFy9414gMb
3QYm77kPQHXTZ3qQsYerP/Is+p27WvRiRfUy8u5yIky8A9pfYN3f0jHeNfrF
ocMMVNIryJL38yzw5LjRd8eY77HjZbzbGvO9dnzAxiO4+buy8MiB/tPsUODM
dr0eP7aP3u7vvRq/eXFI3Lj9ULKJruyRgljgxg+h3YHg40ixAyXmUcKRrQmw
+f1Cyd3Ft+l3M+J/I1fxgR3xVbLOimQWzYdppmVS7cznEairIrii6nfQAUcP
9Spf/Yqu14usya0QVsNpFl3wvcuUCer0GVt43V1JagsTJ/9NbZVa+lhY5IoB
BpsczX3JaVx3r0jTqqla4YnxbZxLvDK9qXRludFqfDGlLhTSJcTtiG4g62JT
wRfcUnmHq4Fvunv0HMQjvgoQc23R5+YgJhVD2LhlmeQqkRuTMRWMq51G2hZ4
FXPxjLfy+Sp7tSulw/r8U1Xpz6Z7SLY8DYl41Nz6TDoJbOiDS2D0+kmgSPOq
Ql6evmHXBDB0jKi06arNmdrdiFttcriBIsNfddHEu907fks4uf6Ccn17kspe
YOJcvfZ2N+q4jZ7lcNwBdkI+t6xd6sKbn1UUKYLyP4KjLAEh2d2POHP66hWC
Kmtj83P7rmclxYW3grEJW5fb3tV1+KmiDWlb58TcguCIicWgmfH165Tk0r0f
Xi6Dj8KZyu0OuWNDxY5v/gMB4m4Z5zKNbnEut/KOXUjBN1+L/W2H5Kgbd/FE
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
9hdkY7grqPkivv8BLnXxYoi2AAA=

-->

</rfc>
