<?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.19 (Ruby 3.3.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-webtrans-http3-11" category="std" consensus="true" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.23.2 -->
  <front>
    <title abbrev="WebTransport-H3">WebTransport over HTTP/3</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-webtrans-http3-11"/>
    <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 Transport-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="limiting-the-number-of-simultaneous-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 sessions than
indicated in the server SETTINGS parameters.  The server MUST NOT close the
connection if the client opens sessions exceeding this limit, as the client and
the server do not have a consistent view of how many sessions are open due to
the asynchronous nature of the protocol; instead, it MUST reset all of the
CONNECT streams it is not willing to process with the <tt>HTTP_REQUEST_REJECTED</tt>
status defined in <xref target="HTTP3"/>.</t>
        <t>Just like other HTTP requests, WebTransport sessions, and data sent on those
sessions, are counted against flow control limits.  This document does not
introduce additional mechanisms for endpoints to limit the relative amount of
flow control credit consumed by different WebTransport sessions, however
servers that wish to limit the rate of incoming requests on any particular
session have alternative mechanisms:</t>
        <ul spacing="normal">
          <li>
            <t>The <tt>HTTP_REQUEST_REJECTED</tt> error code defined in <xref target="HTTP3"/> indicates to the
receiving HTTP/3 stack that the request was not processed in any way.</t>
          </li>
          <li>
            <t>HTTP status code 429 indicates that the request was rejected due to rate
limiting <xref target="RFC6585"/>.  Unlike the previous method, this signal is directly
propagated to the application.</t>
          </li>
        </ul>
      </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 if the stream identifier is equal to or greater than the indicated
stream ID.</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="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 connection.</t>
        </dd>
        <dt>Application Error Message:</dt>
        <dd>
          <t>A UTF-8 encoded error message string provided by the application closing the
connection.  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>
      </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>
      </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="August" year="2024"/>
            <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-08"/>
        </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="RFC6585">
          <front>
            <title>Additional HTTP Status Codes</title>
            <author fullname="M. Nottingham" initials="M." surname="Nottingham"/>
            <author fullname="R. Fielding" initials="R." surname="Fielding"/>
            <date month="April" year="2012"/>
            <abstract>
              <t>This document specifies additional HyperText Transfer Protocol (HTTP) status codes for a variety of common situations. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6585"/>
          <seriesInfo name="DOI" value="10.17487/RFC6585"/>
        </reference>
        <reference anchor="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="25" month="August" 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-09"/>
        </reference>
      </references>
    </references>
    <?line 897?>

<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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

-->

</rfc>
