__init__.py |
|
0 |
capsule.py |
Represents the Capsule concept defined in
https://ietf-wg-masque.github.io/draft-ietf-masque-h3-datagram/draft-ietf-masque-h3-datagram.html#name-capsules.
|
3886 |
handler.py |
Called whenever an extended CONNECT method is received.
:param request_headers: The request headers received from the peer.
:param response_headers: The response headers which will be sent to the peer. ``:status`` is set
to 200 when it isn't specified.
|
2337 |
test_capsule.py |
|
4110 |
webtransport_h3_server.py |
A WebTransport over HTTP/3 server for testing.
The server interprets the underlying protocols (WebTransport, HTTP/3 and QUIC)
and passes events to a particular webtransport handler. From the standpoint of
test authors, a webtransport handler is a Python script which contains some
callback functions. See handler.py for available callbacks.
|
26271 |