Crate webtransport_quinn

source ·
Expand description

Renamed to web_transport_quinn.

Structs§

Enums§

Constants§

  • The HTTP/3 ALPN is required when negotiating a QUIC connection.

Functions§

  • Accept a new WebTransport session from a client. Returns a Request which is then used to accept or reject the session based on the URL.
  • Connect to a WebTransport server at the given URL. The UR: must be of the form https://host:port/path or else the server will reject it. Returns a Session which is a wrapper over quinn::Connection.
  • Connect using an established QUIC connection if you want to create the connection yourself. This will only work with a brand new QUIC connection using the HTTP/3 ALPN.