<?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.24 (Ruby 3.3.6) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-webtrans-http3-12" category="std" consensus="true" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.28.0 -->
  <front>
    <title abbrev="WebTransport-H3">WebTransport over HTTP/3</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-webtrans-http3-12"/>
    <author initials="A." surname="Frindell" fullname="Alan Frindell">
      <organization>Facebook</organization>
      <address>
        <email>afrind@fb.com</email>
      </address>
    </author>
    <author initials="E." surname="Kinnear" fullname="Eric Kinnear">
      <organization>Apple Inc.</organization>
      <address>
        <email>ekinnear@apple.com</email>
      </address>
    </author>
    <author initials="V." surname="Vasiliev" fullname="Victor Vasiliev">
      <organization>Google</organization>
      <address>
        <email>vasilvv@google.com</email>
      </address>
    </author>
    <date/>
    <area>Transport</area>
    <abstract>
      <?line 35?>

<t>WebTransport <xref target="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 <xref target="HTTP3"/> and provides
support for unidirectional streams, bidirectional streams and datagrams, all
multiplexed within the same HTTP/3 connection.</t>
    </abstract>
    <note>
      <name>Note to Readers</name>
      <?line 44?>

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

<section anchor="introduction">
      <name>Introduction</name>
      <t>HTTP/3 <xref target="HTTP3"/> is a protocol defined on top of QUIC <xref target="RFC9000"/> that can
multiplex HTTP requests over a QUIC connection.  This document defines a
mechanism for multiplexing non-HTTP data with HTTP/3 in a manner that conforms
with the WebTransport protocol requirements and semantics<xref target="OVERVIEW"/>.  Using the
mechanism described here, multiple WebTransport instances can be multiplexed
simultaneously with regular HTTP traffic on the same HTTP/3 connection.</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 Section 1.2 of <xref target="OVERVIEW"/>.  Note
that this document distinguishes between a WebTransport server and an HTTP/3
server.  An HTTP/3 server is the server that terminates HTTP/3 connections; a
WebTransport server is an application that accepts WebTransport sessions, which
can be accessed via an HTTP/3 server.</t>
      </section>
    </section>
    <section anchor="overview">
      <name>Overview</name>
      <section anchor="quic-webtransport-and-http3">
        <name>QUIC, WebTransport, and HTTP/3</name>
        <t>QUIC version 1 <xref target="RFC9000"/> is a secure transport protocol with flow control and
congestion control. QUIC supports application data exchange via streams;
reliable and ordered byte streams that can be multiplexed. Stream independence
can mitigate head-of-line blocking. While QUIC provides streams as a transport
service, it is unopinionated about their usage. The applicability of streams is
described by section 4 of <xref target="RFC9308"/>.</t>
        <t>HTTP is an application-layer protocol, defined by "HTTP Semantics" <xref target="RFC9110"/>.
HTTP/3 is the application mapping for QUIC, defined in <xref target="RFC9114"/>. It
describes how QUIC streams are used to carry control data or HTTP request and
response message sequences in the form of frames and describes details
of stream and connection lifecycle management. HTTP/3 offers two features in
addition to HTTP Semantics: QPACK header compression <xref target="RFC9208"/> and Server
Push <xref section="4.6" sectionFormat="of" target="RFC9114"/>.</t>
        <t>WebTransport session establishment involves interacting at the HTTP layer with a
resource. For Web user agents, this interaction is important for security
reasons, especially to ensure that the resource is willing to use WebTransport.</t>
        <t>Although WebTransport requires HTTP for its handshake, when HTTP/3 is in use,
HTTP is not used for anything else related to an established session. Instead,
QUIC streams begin with a header sequence of bytes that links them to the established
session. The remainder of the stream is the body, which carries the payload supplied by
the application using WebTransport. This process is similar to WebSockets over
HTTP/1.1 <xref target="ORIGIN"/>, where access to the underlying byte stream is enabled
after both sides have completed the handshake.</t>
        <t>The layering of QUIC, HTTP/3, and WebTransport is shown in
<xref target="fig-webtransport-layers"/>. Once a WebTransport session is established,
applications have nearly direct access to QUIC.</t>
        <figure anchor="fig-webtransport-layers">
          <name>WebTransport Layering</name>
          <artset>
            <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="208" width="280" viewBox="0 0 280 208" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 8,32 L 8,192" fill="none" stroke="black"/>
                <path d="M 144,64 L 144,160" fill="none" stroke="black"/>
                <path d="M 272,32 L 272,192" fill="none" stroke="black"/>
                <path d="M 8,32 L 272,32" fill="none" stroke="black"/>
                <path d="M 8,64 L 272,64" fill="none" stroke="black"/>
                <path d="M 8,128 L 144,128" fill="none" stroke="black"/>
                <path d="M 8,160 L 272,160" fill="none" stroke="black"/>
                <path d="M 8,192 L 272,192" fill="none" stroke="black"/>
                <g class="text">
                  <text x="156" y="52">WebTransport</text>
                  <text x="36" y="84">HTTP</text>
                  <text x="96" y="84">Semantics</text>
                  <text x="72" y="100">and</text>
                  <text x="48" y="116">Session</text>
                  <text x="104" y="116">Setup</text>
                  <text x="180" y="116">Nearly</text>
                  <text x="236" y="116">direct</text>
                  <text x="76" y="148">HTTP/3</text>
                  <text x="148" y="180">QUIC</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art"><![CDATA[
,--------------------------------,
|            WebTransport        |
,----------------,---------------,
| HTTP Semantics |               |
|      and       |               |
| Session Setup  | Nearly direct |
,----------------,               |
|     HTTP/3     |               |
,----------------`---------------,
|               QUIC             |
`--------------------------------'
]]></artwork>
          </artset>
        </figure>
        <section anchor="minimizing-implementation-complexity">
          <name>Minimizing Implementation Complexity</name>
          <t>WebTransport has minimal interaction with HTTP and HTTP/3. Clients or servers
can constrain their use of features to only those required to complete a
WebTransport handshake:</t>
          <ul spacing="normal">
            <li>
              <t>Generating/parsing the request method, host, path, protocol, optional Origin
header, and perhaps some extra headers.</t>
            </li>
            <li>
              <t>Generating/parsing the response status code, and possibly some extra headers.</t>
            </li>
          </ul>
          <t>The receiver can likely perform several of its HTTP-level requirements using
bytestring comparisons.</t>
          <t>While HTTP/3 encodes HTTP messages using QPACK, the complexity can be minimized.
Receivers can disable dynamic decompression entirely but must always support
static decompression and Huffman decoding. Senders can opt to never use dynamic
compression, static compression, or Huffman encoding.</t>
        </section>
      </section>
      <section anchor="protocol-overview">
        <name>Protocol Overview</name>
        <t>WebTransport servers in general are identified by a pair of authority value and
path value (defined in <xref target="RFC3986"/> Sections 3.2 and 3.3 correspondingly).</t>
        <t>When an HTTP/3 connection is established, the server sends a
SETTINGS_WEBTRANSPORT_MAX_SESSIONS setting in order to indicate support for
WebTransport over HTTP/3.  This process also negotiates the use of additional
HTTP/3 extensions.</t>
        <t>WebTransport sessions are initiated inside a given HTTP/3 connection by the
client, who sends an extended CONNECT request <xref target="RFC8441"/>.  If the server
accepts the request, a WebTransport session is established.  The resulting
stream will be further referred to as a <em>CONNECT stream</em>, and its stream ID is
used to uniquely identify a given WebTransport session within the connection.
The ID of the CONNECT stream that established a given WebTransport session will
be further referred to as a <em>Session ID</em>.</t>
        <t>After the session is established, the peers can exchange data using the
following mechanisms:</t>
        <ul spacing="normal">
          <li>
            <t>A client can create a bidirectional stream and transfer its ownership to
WebTransport by providing a special signal in the first bytes.</t>
          </li>
          <li>
            <t>A server can create a bidirectional stream and transfer its ownership to
WebTransport by providing a special signal in the first bytes.</t>
          </li>
          <li>
            <t>Both client and server can create a unidirectional stream using a special
stream type.</t>
          </li>
          <li>
            <t>A datagram can be sent using HTTP Datagrams <xref target="HTTP-DATAGRAM"/>.</t>
          </li>
        </ul>
        <t>A WebTransport session is terminated when the CONNECT stream that created it is
closed.</t>
      </section>
    </section>
    <section anchor="session-establishment">
      <name>Session Establishment</name>
      <section anchor="establishing">
        <name>Establishing a WebTransport-Capable HTTP/3 Connection</name>
        <t>In order to indicate support for WebTransport, the server MUST send a
SETTINGS_WEBTRANSPORT_MAX_SESSIONS value greater than "0" in its SETTINGS
frame.  The default value for the SETTINGS_WEBTRANSPORT_MAX_SESSIONS parameter
is "0", meaning that the endpoint is not willing to receive any WebTransport
sessions.  Note that the client does not need to send any value to indicate
support for WebTransport; clients indicate support for WebTransport by using
the "webtransport" upgrade token in CONNECT requests establishing WebTransport
sessions (see <xref target="upgrade-token"/>).</t>
        <t>The client MUST NOT send a WebTransport request until it has received the
setting indicating WebTransport support from the server.</t>
        <t>[[RFC editor: please remove the following paragraph before publication.]]</t>
        <t>For draft verisons of WebTransport only, the server MUST NOT process any
incoming WebTransport requests until the client settings have been received, as
the client may be using a version of the WebTransport extension that is
different from the one used by the server.</t>
        <t>Because WebTransport over HTTP/3 requires support for HTTP/3 datagrams and the
Capsule Protocol, both the client and the server MUST indicate support for
HTTP/3 datagrams by sending a SETTINGS_H3_DATAGRAM value set to 1 in their
SETTINGS frame (see <xref section="2.1.1" sectionFormat="of" target="HTTP-DATAGRAM"/>). Servers should also
note that CONNECT requests to establish new WebTransport sessions, in addition
to other messages, may arrive before this SETTING is received (see
<xref target="buffering-incoming"/>).</t>
        <t>WebTransport over HTTP/3 also requires support for QUIC datagrams.  To indicate
support, both the client and the server MUST send a max_datagram_frame_size
transport parameter with a value greater than 0 (see <xref section="3" sectionFormat="of" target="QUIC-DATAGRAM"/>).</t>
        <t>Any WebTransport requests sent by the client without enabling QUIC and HTTP
datagrams MUST be treated as malformed by the server,
as described in <xref section="4.1.2" sectionFormat="of" target="HTTP3"/>.</t>
        <t>WebTransport over HTTP/3 relies on the RESET_STREAM_AT frame defined in
<xref target="RESET-STREAM-AT"/>.  To indicate support,
both the client and the server MUST enable the extension as described
in <xref section="3" sectionFormat="of" target="RESET-STREAM-AT"/>.</t>
      </section>
      <section anchor="extended-connect-in-http3">
        <name>Extended CONNECT in HTTP/3</name>
        <t><xref target="RFC8441"/> defines an extended CONNECT method in Section 4, enabled by the
SETTINGS_ENABLE_CONNECT_PROTOCOL setting.  That setting is defined for HTTP/3
by <xref target="RFC9220"/>.  A server supporting WebTransport over HTTP/3 MUST send both
the SETTINGS_WEBTRANSPORT_MAX_SESSIONS setting with a value greater than "0"
and the SETTINGS_ENABLE_CONNECT_PROTOCOL setting with a value of "1".</t>
      </section>
      <section anchor="creating-a-new-session">
        <name>Creating a New Session</name>
        <t>As WebTransport sessions are established over HTTP/3, they are identified using
the <tt>https</tt> URI scheme (<xref target="HTTP"/>, Section 4.2.2).</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>.  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.  If the WebTransport session is coming from a browser
client, an <tt>Origin</tt> header <xref target="RFC6454"/> MUST be provided within the request;
otherwise, the header is OPTIONAL.</t>
        <t>Upon receiving an extended CONNECT request with a <tt>:protocol</tt> field set to
<tt>webtransport</tt>, the HTTP/3 server can check if it has a WebTransport server
associated with the specified <tt>:authority</tt> and <tt>:path</tt> values.  If it does not,
it SHOULD reply with status code 404 (<xref section="15.5.5" sectionFormat="of" target="HTTP"/>).
When the request contains the <tt>Origin</tt> header, the WebTransport server MUST
verify the <tt>Origin</tt> header to ensure that the specified origin is allowed to
access the server in question. If the verification fails, the WebTransport
server SHOULD reply with status code 403 (<xref section="15.5.4" sectionFormat="of" target="HTTP"/>).  If all
checks pass, the WebTransport server MAY accept the session by replying with a
2xx series status code, as defined in <xref section="15.3" sectionFormat="of" target="HTTP"/>.</t>
        <t>From the client's perspective, a WebTransport session is established when the
client receives a 2xx response.  From the server's perspective, a session is
established once it sends a 2xx response.</t>
        <t>The server may reply with a 3xx response, indicating a redirection (<xref section="15.4" sectionFormat="of" target="HTTP"/>).  The user agent MUST NOT automatically follow such redirects,
as the client could potentially already have sent data for the WebTransport
session in question; it MAY notify the client about the redirect.</t>
        <t>Clients cannot initiate WebTransport in 0-RTT packets, as the CONNECT method is
not considered safe (see <xref section="10.9" sectionFormat="of" target="HTTP3"/>). However,
WebTransport-related SETTINGS parameters may be retained from the previous
session as described in Section 7.2.4.2 of <xref target="HTTP3"/>.  If the server accepts
0-RTT, the server MUST NOT reduce the limit of maximum open WebTransport
sessions from the one negotiated during the previous session; such change would
be deemed incompatible, and MUST result in a H3_SETTINGS_ERROR connection
error.</t>
        <t>The <tt>webtransport</tt> HTTP Upgrade Token uses the Capsule Protocol as defined in
<xref target="HTTP-DATAGRAM"/>.  The Capsule Protocol is negotiated when the server sends a
2xx response.  The <tt>capsule-protocol</tt> header field <xref section="3.4" sectionFormat="of" target="HTTP-DATAGRAM"/> is not required by WebTransport and can safely be ignored by WebTransport
endpoints.</t>
      </section>
      <section anchor="application-protocol-negotiation">
        <name>Application Protocol Negotiation</name>
        <t>WebTransport over HTTP/3 offers a protocol negotiation mechanism, similar to
TLS Application-Layer Protocol Negotiation Extension (ALPN) <xref target="RFC7301"/>; the
intent is to simplify porting pre-existing protocols that use QUIC and rely on
this functionality.</t>
        <t>The user agent MAY include a <tt>WT-Available-Protocols</tt> header field in the
CONNECT request. The <tt>WT-Available-Protocols</tt> enumerates the possible protocols
in preference order. If the server receives such a header, it MAY include a
<tt>WT-Protocol</tt> field in a successful (2xx) response. If it does, the server
SHALL include a single choice from the client's list in that field. Servers MAY
reject the request if the client did not include a suitable protocol.</t>
        <t>Both <tt>WT-Available-Protocols</tt> and <tt>WT-Protocol</tt> are Structured Fields
<xref target="RFC8941"/>. <tt>WT-Available-Protocols</tt> is a List of Tokens, and <tt>WT-Protocol</tt> is
a Token. The token in the <tt>WT-Protocol</tt> response header field MUST be one of
the tokens listed in <tt>WT-Available-Protocols</tt> of the request.  The semantics of
individual token values is determined by the WebTransport resource in question
and are not registered in IANA's "ALPN Protocol IDs" registry.</t>
      </section>
      <section anchor="prioritization">
        <name>Prioritization</name>
        <t>WebTransport sessions are initiated using extended CONNECT. While <xref section="11" sectionFormat="of" target="RFC9218"/> describes how extensible priorities can be applied to data sent on
a CONNECT stream, WebTransport extends the types of data that are exchanged in
relation to the request and response, which requires additional considerations.</t>
        <t>WebTransport CONNECT requests and responses MAY contain the Priority header
field (<xref section="5" sectionFormat="of" target="RFC9218"/>); clients MAY reprioritize by sending
PRIORITY_UPDATE frames (<xref section="7" sectionFormat="of" target="RFC9218"/>). In extension to <xref target="RFC9218"/>,
it is RECOMMENDED that clients and servers apply the scheduling guidance in both
<xref section="9" sectionFormat="of" target="RFC9218"/> and <xref section="10" sectionFormat="of" target="RFC9218"/> for all data that they
send in the enclosing WebTransport session, including Capsules, WebTransport
streams and datagrams. WebTransport does not provide any priority signaling
mechanism for streams and datagrams within a WebTransport session; such
mechanisms can be defined by application protocols using WebTransport.  It is
RECOMMENDED that such mechanisms only affect scheduling within a session and not
scheduling of other data on the same HTTP/3 connection.</t>
        <t>The client/server priority merging guidance given in <xref section="8" sectionFormat="of" target="RFC9218"/>
also applies to WebTransport session. For example, a client that receives a
response Priority header field could alter its view of a WebTransport session
priority and alter the scheduling of outgoing data as a result.</t>
        <t>Endpoints that prioritize WebTransport sessions need to consider how they
interact with other sessions or requests on the same HTTP/3 connection.</t>
      </section>
    </section>
    <section anchor="webtransport-features">
      <name>WebTransport Features</name>
      <t>WebTransport over HTTP/3 provides the following features described in
<xref target="OVERVIEW"/>: unidirectional streams, bidirectional streams and datagrams,
initiated by either endpoint. Protocols designed for use with WebTransport over
HTTP/3 are constrained to these features.  The Capsule Protocol is an
implementation detail of WebTransport over HTTP/3 and is not a WebTransport
feature.</t>
      <t>Session IDs are used to demultiplex streams and datagrams belonging to different
WebTransport sessions.  On the wire, session IDs are encoded using the QUIC
variable length integer scheme described in <xref target="RFC9000"/>.</t>
      <t>The client MAY optimistically open unidirectional and bidirectional streams, as
well as send datagrams, for a session that it has sent the CONNECT request for,
even if it has not yet received the server's response to the request. On the
server side, opening streams and sending datagrams is possible as soon as the
CONNECT request has been received.</t>
      <t>If at any point a session ID is received that cannot be a valid ID for a
client-initiated bidirectional stream, the recipient MUST close the connection
with an H3_ID_ERROR error code.</t>
      <section anchor="unidirectional-streams">
        <name>Unidirectional streams</name>
        <t>WebTransport endpoints can initiate unidirectional streams.  The HTTP/3
unidirectional stream type SHALL be 0x54.  The body of the stream SHALL be the
stream type, followed by the session ID, encoded as a variable-length integer,
followed by the user-specified stream data (<xref target="fig-unidi"/>).</t>
        <figure anchor="fig-unidi">
          <name>Unidirectional WebTransport stream format</name>
          <sourcecode type="drawing"><![CDATA[
Unidirectional Stream {
    Stream Type (i) = 0x54,
    Session ID (i),
    Stream Body (..)
}
]]></sourcecode>
        </figure>
      </section>
      <section anchor="bidirectional-streams">
        <name>Bidirectional Streams</name>
        <t>All client-initiated bidirectional streams are reserved by HTTP/3 as request
streams, which are a sequence of HTTP/3 frames with a variety of rules (see
Sections <xref target="HTTP3" section="4.1" sectionFormat="bare"/> and <xref target="HTTP3" section="6.1" sectionFormat="bare"/> of <xref target="HTTP3"/>).</t>
        <t>WebTransport extends HTTP/3 to allow clients to declare and use alternative
request stream rules.  Once a client receives settings indicating WebTransport
support (<xref target="establishing"/>), it can send a special signal value, encoded as
a variable-length integer, as the first bytes of the stream in order to indicate
how the remaining bytes on the stream are used.</t>
        <t>WebTransport extends HTTP/3 by defining rules for all server-initiated
bidirectional streams.  Once a server receives an incoming CONNECT request
establishing a WebTransport session (<xref target="establishing"/>), it can open a
bidirectional stream for use with that session and SHALL send a special signal
value, encoded as a variable-length integer, as the first bytes of the stream
in order to indicate how the remaining bytes on the stream are used.</t>
        <t>The signal value, 0x41, is used by clients and servers to open a bidirectional
WebTransport stream.  Following this is the associated session ID, encoded as a
variable-length integer; the rest of the stream is the application payload of
the WebTransport stream (<xref target="fig-bidi-client"/>).</t>
        <figure anchor="fig-bidi-client">
          <name>Bidirectional WebTransport stream format</name>
          <sourcecode type="drawing"><![CDATA[
Bidirectional Stream {
    Signal Value (i) = 0x41,
    Session ID (i),
    Stream Body (..)
}
]]></sourcecode>
        </figure>
        <t>This document reserves the special signal value 0x41 as a WEBTRANSPORT_STREAM
frame type.  While it is registered as an HTTP/3 frame type to avoid
collisions, WEBTRANSPORT_STREAM is not a proper HTTP/3 frame, as it lacks
length; it is an extension of HTTP/3 frame syntax that MUST be supported by any
peer negotiating WebTransport.  Endpoints that implement this extension are
also subject to additional frame handling requirements. Endpoints MUST NOT send
WEBTRANSPORT_STREAM as a frame type on HTTP/3 streams other than the very first
bytes of a request stream.  Receiving this frame type in any other
circumstances MUST be treated as a connection error of type H3_FRAME_ERROR.</t>
      </section>
      <section anchor="resetting-data-streams">
        <name>Resetting Data Streams</name>
        <t>A WebTransport endpoint may send a RESET_STREAM or a STOP_SENDING frame for a
WebTransport data stream.  Those signals are propagated by the WebTransport
implementation to the application.</t>
        <t>A WebTransport application SHALL provide an error code for those operations.
Since WebTransport shares the error code space with HTTP/3, WebTransport
application errors for streams are limited to an unsigned 32-bit integer,
assuming values between 0x00000000 and 0xffffffff.  WebTransport
implementations SHALL remap those error codes into the error range reserved for
WEBTRANSPORT_APPLICATION_ERROR, where 0x00000000 corresponds to 0x52e4a40fa8db,
and 0xffffffff corresponds to 0x52e5ac983162.  Note that there are code points
inside that range of form "0x1f * N + 0x21" that are reserved by <xref section="8.1" sectionFormat="of" target="HTTP3"/>; those have to be skipped when mapping the error codes
(i.e. the two HTTP/3 error codepoints adjacent to a reserved
codepoint would map to two adjacent WebTransport application error codepoints).
An example pseudocode can be seen in <xref target="fig-remap-errors"/>.</t>
        <figure anchor="fig-remap-errors">
          <name>Pseudocode for converting between WebTransport application errors and HTTP/3 error codes</name>
          <artwork><![CDATA[
    first = 0x52e4a40fa8db
    last = 0x52e5ac983162

    def webtransport_code_to_http_code(n):
        return first + n + floor(n / 0x1e)

    def http_code_to_webtransport_code(h):
        assert(first <= h <= last)
        assert((h - 0x21) % 0x1f != 0)
        shifted = h - first
        return shifted - floor(shifted / 0x1f)
]]></artwork>
        </figure>
        <t>WebTransport data streams are associated with sessions through a header at the
beginning of the stream; resetting a stream might result in that data being
discarded when using a RESET_STREAM frame.  To prevent this, WebTransport
implementations MUST use the RESET_STREAM_AT frame <xref target="RESET-STREAM-AT"/> with a
Reliable Size set to at least the size of the WebTransport header when
resetting a WebTransport data stream.  This ensures that the ID field
associating the data stream with a WebTransport session is always delivered.</t>
        <t>WebTransport implementations SHALL forward the error code for a stream
associated with a known session to the application that owns that session;
similarly, the intermediaries SHALL reset the streams with corresponding error
code when receiving a reset from the peer.  If a WebTransport implementation
intentionally allows only one session over a given HTTP/3 connection, it SHALL
forward the error codes within WebTransport application error code range to the
application that owns the only session on that connection.</t>
      </section>
      <section anchor="datagrams">
        <name>Datagrams</name>
        <t>Datagrams can be sent using HTTP Datagrams. The WebTransport datagram payload is
sent unmodified in the "HTTP Datagram Payload" field of an HTTP Datagram
(Section 2.1 of <xref target="HTTP-DATAGRAM"/>). Note that the payload field directly
follows the Quarter Stream ID field, which is at the start of the QUIC DATAGRAM
frame payload and refers to the CONNECT stream that established the
WebTransport session.</t>
      </section>
      <section anchor="buffering-incoming">
        <name>Buffering Incoming Streams and Datagrams</name>
        <t>In WebTransport over HTTP/3, the client MUST wait for receipt of the server's
SETTINGS frame before establishing any WebTransport sessions by sending CONNECT
requests using the WebTransport upgrade token (see <xref target="establishing"/>). This
ensures that the client will always know what versions of WebTransport can be
used on a given HTTP/3 connection.</t>
        <t>Clients can, however, send a SETTINGS frame, multiple WebTransport CONNECT
requests, WebTransport data streams, and WebTransport datagrams all within a
single flight.  As those can arrive out of order, a WebTransport server could
be put into a situation where it receives a stream or a datagram without a
corresponding session.  Similarly, a client may receive a server-initiated
stream or a datagram before receiving the CONNECT response headers from the
server.</t>
        <t>To handle this case, WebTransport endpoints SHOULD buffer streams and datagrams
until those can be associated with an established session.  To avoid resource
exhaustion, the endpoints MUST limit the number of buffered streams and
datagrams.  When the number of buffered streams is exceeded, a stream SHALL be
closed by sending a RESET_STREAM and/or STOP_SENDING with the
<tt>WEBTRANSPORT_BUFFERED_STREAM_REJECTED</tt> error code.  When the number of
buffered datagrams is exceeded, a datagram SHALL be dropped.  It is up to an
implementation to choose what stream or datagram to discard.</t>
      </section>
      <section anchor="interaction-with-http3-goaway-frame">
        <name>Interaction with HTTP/3 GOAWAY frame</name>
        <t>HTTP/3 defines a graceful shutdown mechanism (<xref section="5.2" sectionFormat="of" target="HTTP3"/>) that
allows a peer to send a GOAWAY frame indicating that it will no longer accept
any new incoming requests or pushes.</t>
        <t>A client receiving GOAWAY cannot initiate CONNECT requests for new WebTransport
sessions on that HTTP/3 connection; it must open a new HTTP/3 connection to
initiate new WebTransport sessions with the same peer.</t>
        <t>An HTTP/3 GOAWAY frame is also a signal to applications to initiate shutdown for
all WebTransport sessions.  To shut down a single WebTransport session, either
endpoint can send a DRAIN_WEBTRANSPORT_SESSION (0x78ae) capsule.</t>
        <artwork><![CDATA[
DRAIN_WEBTRANSPORT_SESSION Capsule {
  Type (i) = DRAIN_WEBTRANSPORT_SESSION,
  Length (i) = 0
}
]]></artwork>
        <t>After sending or receiving either a DRAIN_WEBTRANSPORT_SESSION capsule or a
HTTP/3 GOAWAY frame, an endpoint MAY continue using the session and MAY open new
streams.  The signal is intended for the application using WebTransport, which
is expected to attempt to gracefully terminate the session as soon as possible.</t>
      </section>
      <section anchor="use-of-keying-material-exporters">
        <name>Use of Keying Material Exporters</name>
        <t>WebTransport over HTTP/3 supports the use of TLS keying material exporters
<xref section="7.5" sectionFormat="comma" target="RFC8446"/>.  Since the underlying QUIC connection may be shared
by multiple WebTransport sessions, WebTransport defines its own mechanism for
deriving a TLS exporter that separates keying material for different sessions.
If the user requests an exporter for a given WebTransport session with a
specified label and context, the resulting exporter SHALL be a TLS exporter as
defined in<xref section="7.5" sectionFormat="comma" target="RFC8446"/> with the label set
to "EXPORTER-WebTransport" and the context set to the serialization of
the "WebTransport Exporter Context" struct as defined below.</t>
        <artwork><![CDATA[
WebTransport Exporter Context {
  WebTransport Session ID (64),
  WebTransport Application-Supplied Exporter Label Length (8),
  WebTransport Application-Supplied Exporter Label (8..),
  WebTransport Application-Supplied Exporter Context Length (8),
  WebTransport Application-Supplied Exporter Context (..)
}
]]></artwork>
        <t>A TLS exporter API might permit the context field to be omitted. In this case,
as with TLS 1.3, the WebTransport Application-Supplied Exporter Context
becomes zero-length if omitted.</t>
      </section>
    </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.  When using WebTransport over HTTP/3, endpoints can limit the
number of sessions that a peer can create on a single HTTP/3 connection and the
number of streams that a peer can create within a session.  Endpoints can also
limit the amount of data that can be consumed by each session and by each
stream within a session.</t>
      <t>WebTransport over HTTP/3 provides connection-level limit that governs the number
of sessions that can be created on an HTTP/3 connection; see
<xref target="flow-control-limit-sessions"/>.  It also provides the session-level limits that
govern the number of streams that can be created in a session and limit the
amount of data that can be exchanged across all streams in each session; see
<xref target="flow-control-limit-streams"/>.</t>
      <t>The underlying QUIC connection provides connection and stream level flow
control.  The connection data limit defines the total amount of data that can be
sent across all WebTransport sessions and other non-WebTransport streams.  A
stream's data limit controls the amount of data that can be sent on that
stream, WebTransport or otherwise; see <xref section="4" sectionFormat="of" target="RFC9000"/>.</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/3 connection.  The client MUST NOT open more simultaneous sessions
than indicated in the server SETTINGS parameter.  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>HTTP_REQUEST_REJECTED</tt>
status defined in <xref target="HTTP3"/>.</t>
      </section>
      <section anchor="flow-control-limit-streams">
        <name>Limiting the Number of Streams Within a Session</name>
        <t>The <iref item="WT_MAX_STREAMS"/><xref target="WT_MAX_STREAMS" format="none">WT_MAX_STREAMS</xref> capsule (<xref target="WT_MAX_STREAMS"/>) establishes a limit on the
number of streams within a WebTransport session.  Like the QUIC MAX_STREAMS
frame (<xref section="19.11" sectionFormat="of" target="RFC9000"/>), this capsule has two types that provide
separate limits for unidirectional and bidirectional streams that are initiated
by a peer.</t>
        <t>Note that the CONNECT stream for the session is not included in either the
bidirectional or the unidirectional stream limits; the number of CONNECT
streams a client can open is limited by the SETTINGS_WEBTRANSPORT_MAX_SESSIONS
setting and QUIC flow control's stream limits.</t>
        <t>The session-level stream limit applies in addition to the QUIC MAX_STREAMS
frame, which provides a connection-level stream limit.  New streams can only be
created within the session if both the stream- and the connection-level limit
permit; see <xref section="4.6" sectionFormat="of" target="RFC9000"/> for details on how QUIC stream limits
are applied.</t>
        <t>Unlike the the QUIC MAX_STREAMS frame, there is no simple relationship between
the value in this frame and stream IDs in QUIC STREAM frames.  This especially
applies if there are other users of streams on the connection.</t>
        <t>The <iref item="WT_STREAMS_BLOCKED"/><xref target="WT_STREAMS_BLOCKED" format="none">WT_STREAMS_BLOCKED</xref> capsule (<xref target="WT_STREAMS_BLOCKED"/>) can be sent to indicate
that an endpoint was unable to create a stream due to the session-level stream
limit.</t>
        <t>Note that enforcing this limit requires reliable resets for stream headers so
that both endpoints can agree on the number of streams that are open.</t>
      </section>
      <section anchor="flow-control-limit-data">
        <name>Data Limits</name>
        <t>The <iref item="WT_MAX_DATA"/><xref target="WT_MAX_DATA" format="none">WT_MAX_DATA</xref> capsule (<xref target="WT_MAX_DATA"/>) establishes a limit on the amount of
data that can be sent within a WebTransport session.  This limit counts all data
that is sent on streams of the corresponding type, excluding the stream header
(see <xref target="unidirectional-streams"/> and <xref target="bidirectional-streams"/>).  The stream
header is excluded from this limit so that this limit does not prevent the
sending of information that is essential in linking new streams to a specific
WebTransport session.</t>
        <t>Implementing <iref item="WT_MAX_DATA"/><xref target="WT_MAX_DATA" format="none">WT_MAX_DATA</xref> requires that the QUIC stack provide the WebTransport
implementation with information about the final size of streams; see {
{Section 4.5 of !RFC9000}}.  This allows both endpoints to agree on how much
data was consumed by that stream, although the stream header exclusion above
applies.</t>
        <t>The <iref item="WT_DATA_BLOCKED"/><xref target="WT_DATA_BLOCKED" format="none">WT_DATA_BLOCKED</xref> capsule (<xref target="WT_DATA_BLOCKED"/>) can be sent to indicate that an
endpoint was unable to send data due to a limit set by the <iref item="WT_MAX_DATA"/><xref target="WT_MAX_DATA" format="none">WT_MAX_DATA</xref>
capsule.</t>
        <t>Because WebTransport over HTTP/3 uses a native QUIC stream for each WebTransport
stream, per-stream data limits are provided by QUIC natively; see <xref section="4.1" sectionFormat="of" target="RFC9000"/>.  The WT_MAX_STREAM_DATA and WT_STREAM_DATA_BLOCKED capsules
(<xref section="XX" sectionFormat="of" target="I-D.ietf-webtrans-http2"/>) are not used and so are prohibited.
Endpoints MUST treat receipt of a WT_MAX_STREAM_DATA or a
WT_STREAM_DATA_BLOCKED capsule as a session error.</t>
      </section>
      <section anchor="flow-control-intermediaries">
        <name>Flow Control and Intermediaries</name>
        <t>WebTransport over HTTP/3 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_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>, 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/3 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 can 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 anchor="flow-control-settings">
        <name>Flow Control SETTINGS</name>
        <t>Initial flow control limits can be exchanged via HTTP/3 SETTINGS
(<xref target="http3-settings"/>) by providing non-zero values for</t>
        <ul spacing="normal">
          <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>
          <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>
        </ul>
      </section>
      <section anchor="flow-control-capsules">
        <name>Flow Control Capsules</name>
        <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 session. 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>
      <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="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>
        <t>This limit counts all data that is sent on streams of the corresponding type,
excluding the stream header (see <xref target="unidirectional-streams"/> and
<xref target="bidirectional-streams"/>).  Implementing <iref item="WT_MAX_DATA"/><xref target="WT_MAX_DATA" format="none">WT_MAX_DATA</xref> requires that the QUIC
stack provide the WebTransport implementation with information about the final
size of streams; see <xref section="4.5" sectionFormat="of" target="RFC9000"/>.</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 session, in units of bytes.</t>
          </dd>
        </dl>
        <t>All data sent in WT_STREAM capsules counts toward this limit. The sum of the
lengths of Stream Data fields in WT_STREAM 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_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>
    <section anchor="session-termination">
      <name>Session Termination</name>
      <t>A WebTransport session over HTTP/3 is considered terminated when either of the
following conditions is met:</t>
      <ul spacing="normal">
        <li>
          <t>the CONNECT stream is closed, either cleanly or abruptly, on either side; or</t>
        </li>
        <li>
          <t>a CLOSE_WEBTRANSPORT_SESSION capsule is either sent or received.</t>
        </li>
      </ul>
      <t>Upon learning that the session has been terminated, the endpoint MUST reset the
send side and abort reading on the receive side of all of the streams
associated with the session (see Section 2.4 of <xref target="RFC9000"/>) using the
WEBTRANSPORT_SESSION_GONE error code; it MUST NOT send any new datagrams or
open any new streams.</t>
      <t>To terminate a session with a detailed error message, an application MAY send
an HTTP capsule <xref target="HTTP-DATAGRAM"/> of type CLOSE_WEBTRANSPORT_SESSION (0x2843).
The format of the capsule SHALL be as follows:</t>
      <artwork><![CDATA[
CLOSE_WEBTRANSPORT_SESSION Capsule {
  Type (i) = CLOSE_WEBTRANSPORT_SESSION,
  Length (i),
  Application Error Code (32),
  Application Error Message (..8192),
}
]]></artwork>
      <t>CLOSE_WEBTRANSPORT_SESSION has the following fields:</t>
      <dl>
        <dt>Application Error Code:</dt>
        <dd>
          <t>A 32-bit error code provided by the application closing the session.</t>
        </dd>
        <dt>Application Error Message:</dt>
        <dd>
          <t>A UTF-8 encoded error message string provided by the application closing the
session.  The message takes up the remainder of the capsule, and its
length MUST NOT exceed 1024 bytes.</t>
        </dd>
      </dl>
      <t>An endpoint that sends a CLOSE_WEBTRANSPORT_SESSION capsule MUST immediately
send a FIN.  The endpoint MAY send a STOP_SENDING to indicate it is no longer
reading from the CONNECT stream.  The recipient MUST either close or reset the
stream in response.  If any additional stream data is received on the CONNECT
stream after receiving a CLOSE_WEBTRANSPORT_SESSION capsule, the stream MUST be
reset with code H3_MESSAGE_ERROR.</t>
      <t>Cleanly terminating a CONNECT stream without a CLOSE_WEBTRANSPORT_SESSION
capsule SHALL be semantically equivalent to terminating it with a
CLOSE_WEBTRANSPORT_SESSION capsule that has an error code of 0 and an empty
error string.</t>
      <t>In some scenarios, an endpoint might want to send a CLOSE_WEBTRANSPORT_SESSION
with detailed close information and then immediately close the underlying QUIC
connection.  If the endpoint were to do both of those simultaneously, the peer
could potentially receive the CONNECTION_CLOSE before receiving the
CLOSE_WEBTRANSPORT_SESSION, thus never receiving the application error data
contained in the latter.  To avoid this, the endpoint SHOULD wait until all
CONNECT streams have been closed by the peer before sending the
CONNECTION_CLOSE; this gives CLOSE_WEBTRANSPORT_SESSION properties similar to
that of the QUIC CONNECTION_CLOSE mechanism as a best-effort mechanism of
delivering application close metadata.</t>
    </section>
    <section anchor="considerations-for-future-versions">
      <name>Considerations for Future Versions</name>
      <t>Future versions of WebTransport that change the syntax of the CONNECT requests
used to establish WebTransport sessions will need to modify the upgrade token
used to identify WebTransport, allowing servers to offer multiple
versions simultaneously (see <xref target="upgrade-token"/>).</t>
      <t>Servers that support future incompatible versions of WebTransport signal that
support by changing the codepoint used for the
SETTINGS_WEBTRANSPORT_MAX_SESSIONS parameter (see <xref target="http3-settings"/>).  Clients
can select the associated upgrade token, if applicable, to use when
establishing a new session, ensuring that servers will always know the syntax
in use for every incoming request.</t>
      <t>Changes to future stream formats require changes to the Unidirectional Stream
type (see <xref target="unidirectional-streams"/>) and Bidirectional Stream signal value
(see <xref target="bidirectional-streams"/>) to allow recipients of incoming frames to
determine the WebTransport version, and corresponding wire format, used for the
session associated with that stream.</t>
      <section anchor="negotiating-the-draft-version">
        <name>Negotiating the Draft Version</name>
        <t>[[RFC editor: please remove this section before publication.]]</t>
        <t>The wire format aspects of the protocol are negotiated by changing the codepoint
used for the SETTINGS_WEBTRANSPORT_MAX_SESSIONS parameter.  Because of that,
any WebTransport endpoint MUST wait for the peer's SETTINGS frame before
sending or processing any WebTransport traffic.  When multiple versions are
supported by both of the peers, the most recent version supported by both is
selected.</t>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>WebTransport over HTTP/3 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/3 requires explicit opt-in through the use of an HTTP/3
setting; this avoids potential protocol confusion attacks by ensuring the
HTTP/3 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/3, 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>
      <t>A client could attempt to exhaust resources by opening too many WebTransport
sessions at once.  In cases when the client is untrusted, the user agent SHOULD
limit the number of outgoing sessions the client can open.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <section anchor="upgrade-token">
        <name>Upgrade Token Registration</name>
        <t>The following entry is added to the "Hypertext Transfer Protocol (HTTP) Upgrade
Token Registry" registry established by Section 16.7 of <xref target="HTTP"/>.</t>
        <t>The "webtransport" label identifies HTTP/3 used as a protocol for WebTransport:</t>
        <dl>
          <dt>Value:</dt>
          <dd>
            <t>webtransport</t>
          </dd>
          <dt>Description:</dt>
          <dd>
            <t>WebTransport over HTTP/3</t>
          </dd>
          <dt>Reference:</dt>
          <dd>
            <t>This document and <xref target="I-D.ietf-webtrans-http2"/></t>
          </dd>
        </dl>
      </section>
      <section anchor="http3-settings">
        <name>HTTP/3 SETTINGS Parameter Registration</name>
        <t>The following entry is added to the "HTTP/3 Settings" registry established by
<xref target="HTTP3"/>:</t>
        <t>The <tt>SETTINGS_WEBTRANSPORT_MAX_SESSIONS</tt> parameter indicates that the specified
HTTP/3 endpoint is WebTransport-capable and the number of concurrent sessions
it 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>0xc671706a</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/3
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/3
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>
        <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/3
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>
      </section>
      <section anchor="frame-type-registration">
        <name>Frame Type Registration</name>
        <t>The following entry is added to the "HTTP/3 Frame Type" registry established by
<xref target="HTTP3"/>:</t>
        <t>The <tt>WEBTRANSPORT_STREAM</tt> frame is reserved for the purpose of avoiding
collision with WebTransport HTTP/3 extensions:</t>
        <dl>
          <dt>Code:</dt>
          <dd>
            <t>0x41</t>
          </dd>
          <dt>Frame Type:</dt>
          <dd>
            <t>WEBTRANSPORT_STREAM</t>
          </dd>
          <dt>Specification:</dt>
          <dd>
            <t>This document</t>
          </dd>
        </dl>
      </section>
      <section anchor="stream-type-registration">
        <name>Stream Type Registration</name>
        <t>The following entry is added to the "HTTP/3 Stream Type" registry established by
<xref target="HTTP3"/>:</t>
        <t>The "WebTransport stream" type allows unidirectional streams to be used by
WebTransport:</t>
        <dl>
          <dt>Code:</dt>
          <dd>
            <t>0x54</t>
          </dd>
          <dt>Stream Type:</dt>
          <dd>
            <t>WebTransport stream</t>
          </dd>
          <dt>Specification:</dt>
          <dd>
            <t>This document</t>
          </dd>
          <dt>Sender:</dt>
          <dd>
            <t>Both</t>
          </dd>
        </dl>
      </section>
      <section anchor="http3-error-code-registration">
        <name>HTTP/3 Error Code Registration</name>
        <t>The following entry is added to the "HTTP/3 Error Code" registry established by
<xref target="HTTP3"/>:</t>
        <dl>
          <dt>Name:</dt>
          <dd>
            <t>WEBTRANSPORT_BUFFERED_STREAM_REJECTED</t>
          </dd>
          <dt>Value:</dt>
          <dd>
            <t>0x3994bd84</t>
          </dd>
          <dt>Description:</dt>
          <dd>
            <t>WebTransport data stream rejected due to lack of associated session.</t>
          </dd>
          <dt>Specification:</dt>
          <dd>
            <t>This document.</t>
          </dd>
          <dt>Name:</dt>
          <dd>
            <t>WEBTRANSPORT_SESSION_GONE</t>
          </dd>
          <dt>Value:</dt>
          <dd>
            <t>0x170d7b68</t>
          </dd>
          <dt>Description:</dt>
          <dd>
            <t>WebTransport data stream aborted because the associated WebTransport session
has been closed.</t>
          </dd>
          <dt>Specification:</dt>
          <dd>
            <t>This document.</t>
          </dd>
        </dl>
        <t>In addition, the following range of entries is registered:</t>
        <dl>
          <dt>Name:</dt>
          <dd>
            <t>WEBTRANSPORT_APPLICATION_ERROR</t>
          </dd>
          <dt>Value:</dt>
          <dd>
            <t>0x52e4a40fa8db to 0x52e5ac983162 inclusive, with the exception of
the codepoints of form 0x1f * N + 0x21.</t>
          </dd>
          <dt>Description:</dt>
          <dd>
            <t>WebTransport application error codes.</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>CLOSE_WEBTRANSPORT_SESSION</tt> capsule.</t>
        <dl spacing="compact">
          <dt>Value:</dt>
          <dd>
            <t>0x2843</t>
          </dd>
          <dt>Capsule Type:</dt>
          <dd>
            <t>CLOSE_WEBTRANSPORT_SESSION</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>DRAIN_WEBTRANSPORT_SESSION</tt> capsule.</t>
        <dl spacing="compact">
          <dt>Value:</dt>
          <dd>
            <t>0x78ae</t>
          </dd>
          <dt>Capsule Type:</dt>
          <dd>
            <t>DRAIN_WEBTRANSPORT_SESSION</t>
          </dd>
          <dt>Status:</dt>
          <dd>
            <t>provisional (when this document is approved this will become 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_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>
        <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_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>
      </section>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-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="25" month="February" year="2025"/>
            <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-09"/>
        </reference>
        <reference anchor="HTTP3">
          <front>
            <title>HTTP/3</title>
            <author fullname="M. Bishop" initials="M." role="editor" surname="Bishop"/>
            <date month="June" year="2022"/>
            <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="RFC" value="9114"/>
          <seriesInfo name="DOI" value="10.17487/RFC9114"/>
        </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="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="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="RFC9114">
          <front>
            <title>HTTP/3</title>
            <author fullname="M. Bishop" initials="M." role="editor" surname="Bishop"/>
            <date month="June" year="2022"/>
            <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="RFC" value="9114"/>
          <seriesInfo name="DOI" value="10.17487/RFC9114"/>
        </reference>
        <reference anchor="RFC3986">
          <front>
            <title>Uniform Resource Identifier (URI): Generic Syntax</title>
            <author fullname="T. Berners-Lee" initials="T." surname="Berners-Lee"/>
            <author fullname="R. Fielding" initials="R." surname="Fielding"/>
            <author fullname="L. Masinter" initials="L." surname="Masinter"/>
            <date month="January" year="2005"/>
            <abstract>
              <t>A Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource. This specification defines the generic URI syntax and a process for resolving URI references that might be in relative form, along with guidelines and security considerations for the use of URIs on the Internet. The URI syntax defines a grammar that is a superset of all valid URIs, allowing an implementation to parse the common components of a URI reference without knowing the scheme-specific requirements of every possible identifier. This specification does not define a generative grammar for URIs; that task is performed by the individual specifications of each URI scheme. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="66"/>
          <seriesInfo name="RFC" value="3986"/>
          <seriesInfo name="DOI" value="10.17487/RFC3986"/>
        </reference>
        <reference anchor="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="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="QUIC-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="RESET-STREAM-AT">
          <front>
            <title>QUIC Stream Resets with Partial Delivery</title>
            <author fullname="Marten Seemann" initials="M." surname="Seemann">
         </author>
            <author fullname="Kazuho Oku" initials="K." surname="Oku">
              <organization>Fastly</organization>
            </author>
            <date day="28" month="February" year="2024"/>
            <abstract>
              <t>   QUIC defines a RESET_STREAM frame to abort sending on a stream.  When
   a sender resets a stream, it also stops retransmitting STREAM frames
   for this stream in the event of packet loss.  On the receiving side,
   there is no guarantee that any data sent on that stream is delivered.

   This document defines a new QUIC frame, the RESET_STREAM_AT frame,
   that allows resetting a stream, while guaranteeing delivery of stream
   data up to a certain byte offset.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-quic-reliable-stream-reset-06"/>
        </reference>
        <reference anchor="RFC9220">
          <front>
            <title>Bootstrapping WebSockets with HTTP/3</title>
            <author fullname="R. Hamilton" initials="R." surname="Hamilton"/>
            <date month="June" year="2022"/>
            <abstract>
              <t>The mechanism for running the WebSocket Protocol over a single stream of an HTTP/2 connection is equally applicable to HTTP/3, but the HTTP-version-specific details need to be specified. This document describes how the mechanism is adapted for HTTP/3.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9220"/>
          <seriesInfo name="DOI" value="10.17487/RFC9220"/>
        </reference>
        <reference anchor="RFC6454">
          <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="HTTP">
          <front>
            <title>HTTP Semantics</title>
            <author fullname="R. Fielding" initials="R." role="editor" surname="Fielding"/>
            <author fullname="M. Nottingham" initials="M." role="editor" surname="Nottingham"/>
            <author fullname="J. Reschke" initials="J." role="editor" surname="Reschke"/>
            <date month="June" year="2022"/>
            <abstract>
              <t>The Hypertext Transfer Protocol (HTTP) is a stateless application-level protocol for distributed, collaborative, hypertext information systems. This document describes the overall architecture of HTTP, establishes common terminology, and defines aspects of the protocol that are shared by all versions. In this definition are core protocol elements, extensibility mechanisms, and the "http" and "https" Uniform Resource Identifier (URI) schemes.</t>
              <t>This document updates RFC 3864 and obsoletes RFCs 2818, 7231, 7232, 7233, 7235, 7538, 7615, 7694, and portions of 7230.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="97"/>
          <seriesInfo name="RFC" value="9110"/>
          <seriesInfo name="DOI" value="10.17487/RFC9110"/>
        </reference>
        <reference anchor="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="RFC9218">
          <front>
            <title>Extensible Prioritization Scheme for HTTP</title>
            <author fullname="K. Oku" initials="K." surname="Oku"/>
            <author fullname="L. Pardue" initials="L." surname="Pardue"/>
            <date month="June" year="2022"/>
            <abstract>
              <t>This document describes a scheme that allows an HTTP client to communicate its preferences for how the upstream server prioritizes responses to its requests, and also allows a server to hint to a downstream intermediary how its responses should be prioritized when they are forwarded. This document defines the Priority header field for communicating the initial priority in an HTTP version-independent manner, as well as HTTP/2 and HTTP/3 frames for reprioritizing responses. These share a common format structure that is designed to provide future extensibility.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9218"/>
          <seriesInfo name="DOI" value="10.17487/RFC9218"/>
        </reference>
        <reference anchor="RFC8446">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <date month="August" year="2018"/>
            <abstract>
              <t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol. TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>This document updates RFCs 5705 and 6066, and obsoletes RFCs 5077, 5246, and 6961. This document also specifies new requirements for TLS 1.2 implementations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8446"/>
          <seriesInfo name="DOI" value="10.17487/RFC8446"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC9308">
          <front>
            <title>Applicability of the QUIC Transport Protocol</title>
            <author fullname="M. Kühlewind" initials="M." surname="Kühlewind"/>
            <author fullname="B. Trammell" initials="B." surname="Trammell"/>
            <date month="September" year="2022"/>
            <abstract>
              <t>This document discusses the applicability of the QUIC transport protocol, focusing on caveats impacting application protocol development and deployment over QUIC. Its intended audience is designers of application protocol mappings to QUIC and implementors of these application protocols.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9308"/>
          <seriesInfo name="DOI" value="10.17487/RFC9308"/>
        </reference>
        <reference anchor="RFC9208">
          <front>
            <title>IMAP QUOTA Extension</title>
            <author fullname="A. Melnikov" initials="A." surname="Melnikov"/>
            <date month="March" year="2022"/>
            <abstract>
              <t>This document defines a QUOTA extension of the Internet Message Access Protocol (IMAP) (see RFCs 3501 and 9051) that permits administrative limits on resource usage (quotas) to be manipulated through the IMAP protocol.</t>
              <t>This document obsoletes RFC 2087 but attempts to remain backwards compatible whenever possible.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9208"/>
          <seriesInfo name="DOI" value="10.17487/RFC9208"/>
        </reference>
        <reference anchor="ORIGIN">
          <front>
            <title>The WebSocket Protocol</title>
            <author fullname="I. Fette" initials="I." surname="Fette"/>
            <author fullname="A. Melnikov" initials="A." surname="Melnikov"/>
            <date month="December" year="2011"/>
            <abstract>
              <t>The WebSocket Protocol enables two-way communication between a client running untrusted code in a controlled environment to a remote host that has opted-in to communications from that code. The security model used for this is the origin-based security model commonly used by web browsers. The protocol consists of an opening handshake followed by basic message framing, layered over TCP. The goal of this technology is to provide a mechanism for browser-based applications that need two-way communication with servers that does not rely on opening multiple HTTP connections (e.g., using XMLHttpRequest or s and long polling). [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6455"/>
          <seriesInfo name="DOI" value="10.17487/RFC6455"/>
        </reference>
        <reference anchor="RFC7301">
          <front>
            <title>Transport Layer Security (TLS) Application-Layer Protocol Negotiation Extension</title>
            <author fullname="S. Friedl" initials="S." surname="Friedl"/>
            <author fullname="A. Popov" initials="A." surname="Popov"/>
            <author fullname="A. Langley" initials="A." surname="Langley"/>
            <author fullname="E. Stephan" initials="E." surname="Stephan"/>
            <date month="July" year="2014"/>
            <abstract>
              <t>This document describes a Transport Layer Security (TLS) extension for application-layer protocol negotiation within the TLS handshake. For instances in which multiple application protocols are supported on the same TCP or UDP port, this extension allows the application layer to negotiate which protocol will be used within the TLS connection.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7301"/>
          <seriesInfo name="DOI" value="10.17487/RFC7301"/>
        </reference>
        <reference anchor="I-D.ietf-webtrans-http2">
          <front>
            <title>WebTransport over HTTP/2</title>
            <author fullname="Alan Frindell" initials="A." surname="Frindell">
              <organization>Facebook Inc.</organization>
            </author>
            <author fullname="Eric Kinnear" initials="E." surname="Kinnear">
              <organization>Apple Inc.</organization>
            </author>
            <author fullname="Tommy Pauly" initials="T." surname="Pauly">
              <organization>Apple Inc.</organization>
            </author>
            <author fullname="Martin Thomson" initials="M." surname="Thomson">
              <organization>Mozilla</organization>
            </author>
            <author fullname="Victor Vasiliev" initials="V." surname="Vasiliev">
              <organization>Google</organization>
            </author>
            <author fullname="Guowu Xie" initials="G." surname="Xie">
              <organization>Facebook Inc.</organization>
            </author>
            <date day="21" month="October" year="2024"/>
            <abstract>
              <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>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-webtrans-http2-10"/>
        </reference>
      </references>
    </references>
    <?line 1342?>

<section anchor="changelog">
      <name>Changelog</name>
      <section anchor="changes-between-draft-versions-02-and-07">
        <name>Changes between draft versions 02 and 07</name>
        <t>The following changes make the draft-02 and draft-07 versions of this protocol
incompatible:</t>
        <ul spacing="normal">
          <li>
            <t>draft-07 requires SETTINGS_WEBTRANSPORT_MAX_SESSIONS (#86) and uses it for
version negotiation (#129)</t>
          </li>
          <li>
            <t>draft-07 explicitly requires SETTINGS_ENABLE_CONNECT_PROTOCOL to be enabled
(#93)</t>
          </li>
          <li>
            <t>draft-07 explicitly requires SETTINGS_H3_DATAGRAM to be enabled (#106)</t>
          </li>
          <li>
            <t>draft-07 only allows WEBTRANSPORT_STREAM at the beginning of the stream</t>
          </li>
        </ul>
        <t>The following changes that are present in draft-07 can be also implemented by a
draft-02 implementation safely:</t>
        <ul spacing="normal">
          <li>
            <t>Expanding stream reset error code space from 8 to 32 bits (#115)</t>
          </li>
          <li>
            <t>WEBTRANSPORT_SESSION_GONE error code (#75)</t>
          </li>
          <li>
            <t>Handling for HTTP GOAWAY (#76)</t>
          </li>
          <li>
            <t>DRAIN_WEBTRANSPORT_SESSION capsule (#79)</t>
          </li>
          <li>
            <t>Disallowing following redirects automatically (#113)</t>
          </li>
        </ul>
      </section>
    </section>
  </back>
  <!-- ##markdown-source:
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
inQNSSz1CYK5mKqLnP5n3ZkutG9VHs5Oq7vZGg5cf1giRrWVaHI5i5WgpLHW
vwL0iSaqEji3XIAHRwJ1V88y8XzZ5v35ydn5yeXfrj68x9pCzdr1hn0WDov5
l77XP4cjtb+S6Qjo6pVCSNxRluIiq5xvLi5LsHjGS/J8Xi/TcZwxJpM3yi3k
RbAQGspXH8NfKbN0NvNOFz0+hvwtAlDg47O8kYTpHDXM4PB30UzKXk1xays2
G4Sj2VCd+B4oSrfQo+SINJ5DWPDTOrJ6LdrtLdYE3TiWVryMcz/91EnotkTU
6IRiOY1zJMHmzUFJbTFoJiAyvFO0K7X6dkZCw3jPwHFx6IFzze+o7XFxwMci
bC0QQW5fB6jD6RiBTfs8wA5DAQhmIqUk1zYAytnYyW2MiWGe247g4KxXlxFf
I1CRGSOJ3VSSt4B5VpQB1Dqpsbsi7j2zySAh3JbVdY7/JtCRW4h1egDUsSqc
vFCP6tuZt4aQlVcR8yVa0WRINpL5rOxreeFVt91VlxVO/UaSItfourbKIwyu
2nRK33Yzrvro4J+qEjVOhgGtJCltWPX3gZWTNDvQrbjgUbUlADU2ozFEFCt+
iS4LE/SSynbW2D9xZtIwj5UrKJoxYz+8hjyOuU6IZUZmhDNxWUdhGcg4cTWM
7VxomMzy7FpSGGywt101gJ2dMXLcpFgdWNZm5eTMsctbIivBfI4LLjGaJdk1
gBYx8Rqxj13xtbCWq4yq5QuA2MPU1znaJOx9IeO7hiO4u1b0oKj4TTIj+5UE
h1dRTPLF7odj3+yiLZlJJA2PMLzSMwmxJuvPxTNaJZaf+MGt35dOCw31j4EA
Vf2OSLc92htC0T81jVi708P0RLVtcLE5O0NaDCZaX5AmgLGOCZaxkAyjpJbY
O9IgNKw1YLhBVNhQlwXDAZ4iyIkXsO+RXMsR9GTXo3ThMkAoaamWsscFrhhH
2bs6ORJHBnkvyNfJyuyHVt4QfXkUIoREJsuvNf5kLXkSrNYl1s5xhKQlPtee
N4YaaMTmG0Bo+/bJvryFVSW1ehP7GB27e78n3NEP/+p59Cx5kYRQouqHRNUz
9RHQ/O4757nMRqJmk8s2aD8c5/aqKcZFjFza1OAsRX9fqKGCfLjErW+mW9G3
tO8e/+YwCX7q+c+/QohsDgZb5mtbtQCtR+sDatOHfImH424NXDMQvWpZLWLF
sAMpDrGM9j7YyywOA9zFZ4au8udSacxYVsNGBL4QB2VL8oqo5TY4WqQJlyoW
qJdqIobNpN4f7BD9P3WpJXstORlqD8kkmJJK3mnV1kkejGa0qmxMoo5Ukoxa
XWicUqFKSyGOT9U7dT+/zT/qSMCymWqAZEHu4Nct8qC4cGk9oZPMZB/bTTe2
q4/ay/6sl3a1JCoaUYqkHkxLqJzqI0mqIkjvgPNQaqlxGD4/tVaYoTu8Mq14
5WBc9zsRY5JYaY2dm6Q7j9MyjTWgJ9EZty4o1IPYTvD0fuZdrUdnGke3hlHd
eXSmNXP/wUdHfpkAs7Zv93d6VE4sSWxt5iymUhGMQmZgWhgQBrmsUsvlnVLl
6wK5XXzcdIDnpWySnWA+PjcLiLU8UXxYbSxSOD1upc+77eT3bQxU2T2D8Qcu
ABF+D7D8J/m9tyrl+q8ewPTDVgfCoEsXM65xFloyo2aQDcPZQ5xIzLnekTi5
2Ani+dzi0itccS8Qx/2cp1idPwOa4/y8lkmcOg+W0cJp+jQUEQZMOYtHn0rD
WPFS1hD7vpqaOInKFRgVt0ywNomDmbD4C7KVwVIDF2loOgpq9qa1VhivvYSs
ImGzu1wO2cOc+64yXhEWvZGR65d7Dbw5ghxg0wYpOicPxK7bkEpltmQpQ0ki
/CvmKcbylDgKZRvs89xmfXDcws2Ajg5QiGlYM0oLwCvtdtKSrxf7JTqsoiK9
4kCgvL45P3x3zPorEBuqJ+eJZkZhkYDqJ41aAJtmjjFQ4bV+tl5E9srF5dn7
q4vj0yPM5OQtsDoe+qzIpaobv6SMHiYIVmkQB+NrNZQb8eeawSq2i8d/mpUM
PnNiceHcZZ4eL/FuXA9SgbpVL1KUhiHNT+NCSNp7vVxgZyavZU7Noecvg14r
Q29cIfFcW5++zMQTsLcLTKlyOjUw8iVJYXHha7uT7dtt+UOyY/t2In8G0Tog
lgIVlGELgYDbF3UHyL3NFhQNtpon1az5pHL4/v3bk9eHmNbEuKYF497yXAEe
iTZQ03eT/Xh/exI/Hw97Jlx969NP4tGL53s7T3frZQyoTpJPZJywGYnBNSpm
Y98arR6rZ7EkdGP7dmcSfROdRv8Gw+7ubDhfva9ae66+AQUWROfVjDRKnOBG
O+WndLHQgLL20ggxpTSb6QD4OQUKbnJbS2ofEHYUj/8OGJUxM7PrMfYJjshH
dGg5jWTf6MT/+iQgdQ8z9UNKBiCBztYSqbMTRSNhSJ+RlxwinvhEAcvK07e1
86SfZrH7xZ6doZ9AXY38+P8VLgB7omHCIH3YzLYOjFZ9F0m1LDKZ69+iDP4/
meV5sZlFj2H8nWTLDWtHwOEac2xOvWGBqJKi2uRh//BtNMX/4Kq36o9sTqM+
YctW9L8iQqDfwcbcY6DdTpCKcYy+MP/a4vWRvixdP9MGJlttaokPe9VL3rvz
mtCxZiBviJ0rS7iLA7nqcx9BN6K6f8Lj2syq6lmB1ndbTQvq6WH7ZDBZGmqh
kYmP2WmQLwmxK8mHEm1qnl5PKy+ThIiSljBMUCkcp+UoLsZKZlpKEogkW4KV
U16LKg299ZyQZOpSXEDtCelfvjTyuzUZ7ly7F12gS1yKNbAnSILYT5vGH9pK
XQRYuB/jQ2St7KTuGiX3ANDERHSCYWzA5m0qA/JeVlO/K7VOisrHsJ3PqGLW
Tc52+QEoeAOnUpeL4sxkI6qONnH0KcOmHdbX2ZDnvDN4pgyMv5dGMlG0mokC
CvNknMaUjKgijQ7BYps4OcJGgLRWYquMTl4KrgzgUr0SzSeuAS+EiCSzkPJJ
+XXU7ozCWRjd181K476OEmsyjmkbph2yNmZ3D24vco/Ba7rAm/Aa7frk13of
PFtQaoyrLb2r+JSzIhroTIWrajKmmEOH72fzfMwOQgmnbgSDRe/5hQ0Jg6FS
nYXzmU2vBoo7ajVroML6R10Fj8kW32xlbLc6DCAs4wKjZhe2PJwe9ttqKrrF
hbWVKTlJJxaTTifjsPxEbHzfs99VEY4H2BpSZIejlkthH1v21ajXEafyaoEf
tVRWUb1BV+in5yfqEKO8iVOurCKSWTjngMQY6tVpUvIVOovqtUxWknhFcbXi
hdKL6QTvhvWikgRaczpxIyTTYJy2XApjMswAkTfB0caVVik2yykZ7blFABqi
XdQc5r1iMxXOP1VzKoRUV6vLOhx6nfKhbGmR5NU0zmY2jG4kqWsyQ6mL5T2l
qLW4NynWwzRejA0X3NulNWl8pAmii2XFRgMmjFVL5jNsA6RBbragOAkIywy0
Xi02IZu2kXOQrpbzx35VqS15bro6W2cSdCw849sPrAVJWi6BVjtGGgOqBfkU
pIhxFGPCTkdYR9L3mebag59Gq2oV9sOmmtXVtgzVHHL22Gwtk9xO42XJkoQz
UgI/B+cO4w/Zcj7kHmS8OhuWofUZL/kksvUWa94hx8woScZU+luPMUlbgLDi
NVDcYM7HcE6BN0ELT8zHwNR89eHNm+Pz4yPV0c6P/x2O7vjoox+ea1u1sasO
gpf+ui2W2OjYuMjRtNP8FWA2bKi3+CRG0xwPkViHQz07JMW2SYVlpn3S1hkK
2Md3Z4c/Hv6NWYLtJGyrAyMYa5RgNmc5XVZjVKNcoo+fuhXUY24RxzOik8Sk
0rgq/2BKP5iiQWhij1keYZje5qsbZOJYlGbjAy59owB2gE1ZyS8ThG3wOZmu
XgrQyF5DIVOvenO57aqoNLgueSqpT5J4z3GMZjObKrfpGd21zV71EwnwhHiA
6xobQk4a9MTq7K3yKGgmR0EEmdIeH/pSkDV3pTsAkeOzET1ss3HbE8w4xcSm
iPsRrqPzw5PTsPhSCi+jze3bZ8/jZCuSJHe28c2aNzSxBH3yXuS1+w30xb/l
6II47dkPr+1plC2oWkF4Igkza9cuSyYmb1oOhUr5LDw0AzLNlomnTvixJc7x
ALwBnNBgqqbWSrcX7p1JuahaLrO+DaM29iVug2VH4u6rqmTOTbiUqjF9URuv
hEtzmRWabSE5CNz+6S8JFWi9w1pZDDcc35LTvViXE2X79EqMnnKd315gh2tq
86NjJXYsWxj6tOcVuDyhggv2mdJQri1krT+51tOQM3WMVcbtKo9rLRDqMsIF
pVtPFKQ4GphULTjcha5aLUis6kFnfH13eISuw4QlPCOJ+FQ64CXUunHZxr2j
FxSqWjbxYRYPk5n2p62S20rTUaSHlRvbyp/aXmLsH6x1L52n4bgWzwjmLPZl
2Dj+K9LO8XnfX+6GLYGXRakPQ5R6gJFka2t0L2yYqJiGvXrw9Q0Ufkvsk+lq
dDDD60bYytqXiaMET/gxvaf7FNQLfveLUS60Oaod9i3tXznP81/3+ubzweCh
b+p+fvXUOoCLWaIsDZABLzlgr9kCeUYVHCIbtOyfBvEMrGZMidZOa8USQUIU
HHRnsNdSGXqvJYL2DwoAUNY/kiK3MeSJnRXTNd9gEshrbgVtzBu/lfg1siTx
RMTzfJmR0aEabdj7G5Mel3Oqv3V52MbzQqji1+TBoVEbpl5Ztdg4FdfzbcaV
qkxe767cE8ZN5UL7x3jj+a3Mm8PV85uDOCjZZNirxenvDlIuH70OJMw5jUfT
QLzJd8bzCQbT3ieF1u1TWmnqsmAN/mny5k0DmLpOCWHm7T0YX0acgoR95/uC
LH2aqa/DcUPBirWuIMNXnvDXx5MbXmDNnmnrM28bm9Wzzh22rDkEV/URj4q8
ZOvbWktZcDDrdipJYpqIuka0thwPZ5PwSTMkcApju/WTVuM9Trvg7amo5Yqk
CrNaOzfL/jtvnx1FPdjdnzQ6vHCkJaEC9axDwczfl/5qZMV1JtGAulTt8Em3
FuxgcLyStgwEd7+LTaTlQ5r7C/rVW1yAKoqnFmMuvCtGVEahf20dttbzRJxR
95DGcMJByJQzzvGGrN6xB60NdigOaxoti6IRKPTtKesWanqyBFdqfdNIUZ6j
P8W/csWOaSglQvOmrF9Xmxs06q1tCVtY/EzeAxPm59ZKCHEhbl6x6W1qBcHF
ZnvxK7b1iMw2zikfhqK6MdculFScquUVmPU1R5s3qFIjCIyXidEgRrnKRtMi
zxAOGeXGq4NU62Ne0uU12G+eyjilfjqhM5VnTegPLiX3ptbtT3u3WW3vI57b
FV5Bc3xx6RwjRpo0BL0ZXKemNUgus/+oUkKVsXY8twmt5PQX/CUnzYW10za/
fAl/QeeE824hMUiBe9YhQNfWLAEGvU0/Jc4D780kTni/Y8aLwc5OSPRbPdWQ
eL2Yso5Rdi7ukwIYYrRGTQoVLy13inVWAriUAy8zcyV6AZxJGKSoRQfU6PSC
d175LJ2vmM4Ugw3ml1fb88d5Iy9rwlH9z9Y/6LcbIvxXEnPpO3czNNs9EWFE
R+VfMPP7MlyT7bbhi3X/CVt75fWiUyOmHRE0fmPlZtxUbPwZMOcEOIFCgTaf
Uam+UVXBvwROz2biestJgzLf3mrRowwr8w3hxNeGeJf2kOHKt58gtdTuYhHA
GYrbs+aO7YaymZJHG2TUZ8IpNYRXXJYv12gg28MGuZJpQDyZMxrlGirxhHl6
BxbmwI80kx+lL20w214sYuwZTrykHlYZ0AwvfTaQN5ssK9+RzVy9env2+i/H
RzXeU/sV+Y+vPfg52kyknv/oJsY2mNwczmvNpQUNy8TZzU1EZe09IO4Eb1Mb
hXLK1f3ae5FIPPiZYzY+ATYBDUQ4Fho18XWR2EsDu+wQkWAuxMuioEOTQX0r
ZO8Y4Gzh7fj1esbutDjTrsXdxeYvHcBGOFJpi3ONXg6p2qBFGVEZwhsBqeYF
FAapzPXynKUsWlvJttf0aNlwe3GH7eMjKOB6gPGMrqWM3U2ZK+O3X3klv5rU
Qkr3WDJr7G2hrmlqhFeHUa8fpD68nwafzTwGxqE69k2NuoLL9soLMqe9M7dI
aoWU8J549MmmWt6VyEmKi7941zoINBVKmubMGb0qjHmi8Zjik5rOLoghkY4a
WeCWlSpIncP6Zr70MC4Du7lyQRy861OuLGrgBp9iKUv/nCgHc7wIgdXBiPyf
1nAhodTMdHAhW0eo/EcJDVVKzaZ1J2eck//OXrnUfyeOuDgnEC7IisiEbSlf
76E7qu8XeYmCJJm+3DAPVkYD8uCzVVPeuW4O7mhreiXjIsW8L/2v6hAvjaf1
/fWviDN/at6Wi4mDu3gS2uOCAvwky3Jd/DQdpuTUqmWQUz62nxIRt62UM6PX
LpUzuu0lYNIv6VHoQqNFnYTJTzWOHaZG1VP7Gqes96QowOiEfY2sJ/XjM/EC
U7hanmXDwpY6eFOvXAJ+rUGW8Vsm2Vhlo4eTN02vftUB+aJ9j4Z9dIOOy8P6
Xs0e6dVpk7ZnmuqBRybBBYj1DKwUe4ws+sNVH/7iEH+zTwOScL/K+0ixHEzq
1VPYuCCVOVE4o82Xh5eTW7qMBc8Bb0rBKKL/qPq7WBfJ0B0MqxICCk7HBgjp
RI3OgdczamGHP7Dr6Uy/7nb9mlOkIgBQ8KQ7UrlWbIEVAAXaQejRC0GCdR6S
mEFFxqwG5YUmEtm+dazPV9SHdUxJsfVTG2FHOhBDk8hll7qS4nROk1YJddWj
7DtbXO+gSOlSC4rcjzi8GECU5SFue0bhptYzVP1ZG2sFkLJ9NHrS9ckl+3uZ
494dpD26KTifVPAEaeuYFSMo4mLXghS2nppy/UL3n2S/cSst1bwDDfuwbbcW
029iFl1De59T48ACr30L3FVnI/xVKAb3OdIdJV5jTjhPuwB37HE0Ta9x+U3C
aNm5lu7Uso8ChbV1NS2s2d4HYb75qd0MPjk9uTw5fOvzo6sPpye/HESPHvTO
q5Oj+7+EzI4eBvRNSS9sYxkN77XHCezGQJbSxdt9LcBFmRnckIIOXowGabEK
hmfNN3WfEI79IAgRj44e8A5CyM1LIvh+k5Km1DxbbdvDV8PVtmOTIh7VPFyI
CeFXfBCSRmIlfyNbNcIeE8m4PhEnINB148yfWIU2mqxsDZ3lfDlj3a1p/5GK
wsFrrjkjGca+B85PMGQZYufvDl+eJHNzUdwEqxhebL/aP9p74zXCaa83FmXi
gQPvbxuvw05HmwTPvO4BKrPofifucHVoUns3Dzzsw8COVkkpxo4NfBjt8NuA
od/QSdtozlaRJLvZh6z9AVJsQY6imRTUUdpRKwhKtY3Qx1ByZkewBSOUFXv3
FosxT44eirR34GeYtOOObTBwkA4TdvBTHYb0NQem7R2L1RXejmAtTLlesX0Z
b2z1bBcI/F5lXsseDGwfULlPbUlU13OA91FpgOg+VNDuEmAZReU7whMZtKw5
U2pFOkmqdG7d+94tr4BejFEs43gYjklEu38ol4s/Pt3+w2P8WyttxYVrG6lQ
82muMHRuNNAUrpOCRyOJJWPt8lj9HRbQLtupJUzjvD+ZR+x6eYQEiHx/lZqR
KB2kEgK7WGEIAytSe65nQK2NVY1ANeJs29fu1fkNL1NXuNeLnjGb2Nnp0dWH
CCBZ2c6Tmo/cukrECV6Gfi53QY0QJ6Y+SB8eSr01dXfYmhCGhu3Wmjs9TtVp
vS2j095RxbdpCnTSSN1MixbLArBIrsmmIfimxYqvT+RsQKdut+unEmEA28K6
31VrcBKdbQbVHDBvjpIP5nM4+JHW8qqXqqYRYHXLr5D9D5P8rJy1OIQDSV33
B4u0rn0tEpv24xqz671Ra3zOyEy+tXx1D0wjYz/tb3HxEaXYkpPUtXwQckHE
T313zzhHb4RzNRsN9Qb01STaw3WrlHpx461Te1P4nqgCXT4qHFv7dmikla9W
Wz+bk+v7d87W0fBIPeprN2etA4Ks8+ExV2HdSXr0JsLGTOy5SsnfllGOuLst
xge2eGWl1xZFBThbjv20XLpnRXInMraL5f09Tyzv/1qxLNzwajjDG7/Hnmju
Wk4gnjtA+0+I6I6eI2H2eVseg9V2WCtjaSguaBLHdAaqSEr3tBah3CGPZbyH
CuVOeXxHSOq/S5Z0Hui/TJ44+4nMsobxRCEkz3Jy9utDzSYaP+TDe0dbWHfY
ZkVFdStKUfDutKOW1jcuezvG63JnfG1EV+QqenjkyqyJXEX3iFyZtZGrB4Z/
zPrwT/TA8I9pD/+sif4Edk+IVx1Gz1E3R6VwaLeVwwcWmDjBjA37xo+VPoBz
4jJ+Ldtck7PHXQtsvlwi14z7zYpRg68I+eROW+pU59pjow/cVnB5G1tyrE2q
lxXZuRa4xAsrWDDyFkqXaMQQtzc9tQ1uTRrh3jYBwVjXn9whrpfCD7rj1fdm
vg8OXHQz37ZQ3IO5btTKdc1dXFfpZ12cSBNNU1/dl5Es27pD149r2v49lX0E
iRUMQWgsEA5B2FQEhP/dXZp6e0Q2VNN36oq5CQKt65XyNgnQb02/7ViNdcMu
xVRNM6yuRX1/qc00ggOPZ9fYknlK7i/hgO0A7NAxd34VF0RYtGiUrTMH3LBj
0/+VHLElIRy1Rq7LIl5IGyHojsgPMr4jiP/fpbq1A+9fo7e1Zqq3cBB3+/el
VLOldLFiu3bkB6PT0r/WqX4JuaQ1igBxSDJClYhrLGGAeVLRxfQtqZM4PHmA
tFYSPiYx9egoQP0olosKK8xzOxWu5CUa7d8A93j99uzieH0dImbeyJskW20r
zbFe9gfzFeGF3goH2x7ZbTus4vaThTUFiFbIBveQL+6IOS1I78jj8nh6Kp94
OcaqVbXf9aftO1FiuKYa+9xUw0uXdVWUpg0uV9+dnR57hdkvbcqzu3Zbyohd
UTZAm50g8otz7V/mXnmky5KQeAEnQ8I2eD4JR1OI1q/PROlFzf7iOw0J9VSs
OfjN7dvd5/t7WwNiFqzLWn1dBnbVfKVwNjCEiZuuGbiDZ3e/0eTh/t1QxwST
12i9bu7tdvz8jkGGRWfPd17sWqa/bp1TbaIasmzcYfv88AMybmlw57Wr8XOD
qlpRrV6s4Xva2yaQHcgcHy7f9J/bZqcBWiBWyb1S95nUREHuYWKHqeJPCbcF
mGpH2LEXguNDZI8YpuNG2oG+rsnubO/uOz3b8+JL+SrfQHgPDsQ3kLuQurD6
6M3JqSw9KIfWViR+5wXfC6d+ECn+N8pfbHukkMPKFLUO65bXUqPFwmdhtkWy
d+MatlrKVn4zTz+bLA2TGLw16Ggx1ZT7LZ3uhlvPt5+lyyY35dL2UWPqp/kO
Xjv8znXUfC3yQ/mSzBeKHdveZM1CTINb6FVO1E8KDW7QpiU50J8t1ath11Gp
Di7hkLLWBhOjrCxE4Ov5olrxTX1CJJzzUubY4XWUZCDn8zIsrOcyVM3/EJxa
s1dasOXXjBeBJ4D9rFmQG+L69NfK4ExQqCSF2y5dEjOMWEmnfFAiTe5A6mqW
tKMYen5M87ZMFaMesqF0ox22tpRZcxY4ERYHJZ8DJK0zHz4ASmgWzdhVUM2w
dUDhd4DhNnfBvsXyoX5N3GUGr4KtVxY1QmPCB8kFJjtTw65ylUl29y/ZMLym
oN8aBOQ2w3TllnedIDci8zpmNYDravzJiTZMyqqfTCao6rifMIuc+9YR+dVY
ODLrKkZIkmr6OrhDi3TcN0sq1PpBGj4ZI190doBiTwrfkUl8gxsfy07qnUyM
xjZsPnxntxFstCL351A7NLlAwW9xZUeTi8ZXtV4Tscphv484dSDSZgvG7isk
Aesw5On6NB136dYL/eTOJu6rP2Eo+ZeCdoNMe6JQaaYMgI3PEYiK/67NKe1R
zI+OsF9HeaTsoZGhBNQizbgMZz3OErmV0FOAA0D3sBBFkInuO8Wsk5IbBtab
35OeatuwYHqaVfH1GBpNxhziYJ95SjHFtGpqH11vqoOShtCNjlMAH/QhL9Up
K3hp8z9bb88wpNfe4SDeIj7c2o3db2euFRJdjmR3DYRVC0ouW7CXsNNdFMAP
7K2ETeexIFZP+mf4nnC8Ckig0Asxxzng6zaOze9nl9Op148cpz4qQIlQhmDM
zz/9/BMYPRGmj+bFQbTA7p6k7+WfpRNYKVaS8MzFcmi7U//yC7sSvHXCirAR
jHXt2ytYKffc3VHbSSHG3+eDCoiBEDSlOedE2J5pNOQLTU7b808lw+/LqLXN
n6tKKbQ8tbXfXwXgnaQjbddgu8BY7oFJv0HneCe6eQUi7eZ5yUknmcWQqPke
9ZicUeMd8U6MlnQnWigL1vXKgSfKCaUjexa0DuM3l8cohwhS7yIx1FS7snxJ
HXDJkzGPmzBgb/LiE+VPyg0xtu+e+l6pyjCjlh6lu9JYSjTpcianxoAaUCzL
qtnc1d+qje0kt8j6MFtngTfTRNrllyQSY49t3KDlnKIOkFLize3wG3SZiVTM
VBgtopaPHsNMtIuTbFQXgTlz2q8orby+D14oyi4L/3lWpEA1Rm/MdfDlk6PB
rb8jHqZ4XTDfT4OmB12aK97c/hBgOzb2DhvOeeaUApqE/GdoD8WRwFd+ADD/
OzYio6JL8jUI4kd8217QkyREj5zaHcjTyBltiyIe2iuE1gt6fSX4qPE4JYZ7
w9BKYR9osQISzsGMCbxS9X6/2u+cK12oiYjtrM1tqRyegXpdpeQaxyCQXJAQ
XusXrPYsS4zDFUYMTtK099C6zoby+wHuG++scfRo1wPkjh2mmPhHaLjym9Zh
DiIkLAzQfkwOmtIl4Poa0+ipREl8XUvtl+961FAjF+aoZOi6hZA5VMEa2TA2
3k3URPaipLtLLuJoEqdFhtgnl9NJpajXubQGfEEEL5/9GstFEXhxmXOQguHB
fSBwx2h22fW/5JuzNbmWC5Zzq/bznZCZzdGrVRL6Tf7kbkrX2EyOzYPVcGUH
qfKcWyq0d/hD0wBOmDzi3fzN8rSecgAFMMPWa5rjskjsfZdeZ5qkXtdOogJv
Nm6ICey7FtxUf86XHDM3/vIoVKCNuAZVL4c5UMOji31dgcnG9ys0kLDMhGAx
8e9V30QmsaWTmmDSlbtjOegTCoC2jQ6eDujS3Z9wmF8ksLHh98bfkFZhYlMg
GrjyMLlmxPJw1AT8Izswhi7kIa+bP6oxRxT7WOAq6NcuqWPMud6ETs+FnVK4
xLa7ZI9OpFamEL23JkHtdGqmwX2PR4aX1zqBbgjIe78c8Lgf71bNPnrWi/rd
vMwK2z9OJaPVzWCNPjz7o3hBxK5Zaq3dX2xzFvbsef1ExMnBgfpxMomxE78f
AH6gJQajb2xvtIgW3YBp9jSx7Xy7OkSTLcqdI05hHkaqziYTHl5u346ePtt5
tv00RqykzfH3MKBUQccWTQP0Mxj0jLPRNC++3XhQ0uqGINfDMl3bsSExbTH5
RiuPeXxbS8a0/Y6CgL0JS4MbfVrYpGv0aulADtNthNxjl4InLmRrGqhCXpHS
Ohe70qFz6azlLr5vrWxXI03zY6PUJhT6jR2yVXsSe+k6fcR+tXxrRrpXstLd
G4te0isohCN68pxaaXNxY2otL00Ua6OIBx1FSCW7w6f7/yIKwSTth5MIvvVA
Ghn+KhJBZv7/jkTW8M/77PJ/MI0M/z8nEaoirNPIk/9iGsEo9P1pg/LaOmgi
zOUy9e5RrkPDGjrwRYWfQ2dCIpC+L/8cBdT30sB8q0iYDsyPW9P9BCGDlpgO
x00Ljtv8BD/8+NvHay5ureHzzsPxGatjyfdH6Qm+kv0wldoNcm+luuWexo+u
C7t/Tx07DDkZijxW6JlC9mkvyGQvUHA4qmjrXZOYzGBTF/DyTmPcopsqqNzj
eS8Iij/9nwShN8p9YRh2cWYM3+B0F+me015hKwX+cnGtqdmBHpSegBrhratp
/kkx391guqBUTvrlFbAo39rz0lp+PfTcIPcBXrvZ0XUtRUhoey9e7A/Hz/fv
MIz9a7uK5O/cMV7SS/FSVkLkxs2+gztBOehavZ+uFa4YLKbxs+HT5w9YMSWi
Uddv9onVYmxtbNBELvuN49D32syJa/bXqyUh2Tsf8eipqZx/f27nMTYusgyh
4V9x2LyWkqtP0VnYc65lzO9ZaPv0KAzilPZSytqdlIM7wN1+4Vd5L6AB8Whu
GdJl2UYr0nelhVzCd9vpxdD1mbVkOmXd3TkCH70LKAToJJye7+8BY/Gmxe/X
JJcA18F+p/gU1hfHGTOREDANJsPhVW31MEN+cxCdHF++QaaWVfGoOqifwo95
QRnD3xX5chH9wfd8/Rn9VIO8uP4j6wa0mtM8S1ALxFtj4b1vNyhuPqpUz/vY
fdFFB2zw3o4mbLqHCWCDEZGSefumOFZ9pxt7hOGhRMo4KIDNzd4dYLd+G5AN
jaEOaLY1QmhCNxzqN4xtzTrAtXAJK1Fb4VIb7rcNG1WV1yPLUSeCsJr9W4aA
X2qwHjV2WqHgv//bhES/34+GoHBR3hgtZZZfswiVJBttzTWmhBGbv7C9y9dx
P6tLV03OmcfSh5de7Mvz8uFZkEZFzFeDL8bPtqIyB/uOjYTfw0u/+ej5U07v
ofZ/nN4B6onmUGgKChUBPNrZfbHlz+QF5ZuTHp8evnp7fCVJcFfvz88uz16f
vRW7IaF4JNZtbz56sXf/Ub/fu1JdIhwJl7f9NBiI+jKLEdNimGm5eMftxF0n
ZluESJcgzLqwU+rVfZiRYIO5Uoto7BHXCmDLeJLMVnSIx7eLWK48VLUfU48b
V81TmsFzhMDebjRE3xxsf+cJbv8+9Rfw9DN6+Htty4gmMul1cmsWPEDAvMed
W/AoocVRWtqcQ08BT9h4BC1iWeWY18uJzLheOPf/C8uQadjhzAAA

-->

</rfc>
