WebTransportConnectRequest constructor
Creates a WebTransport CONNECT request for authority and path.
Implementation
WebTransportConnectRequest({
required this.authority,
required this.path,
this.origin,
});
Creates a WebTransport CONNECT request for authority and path.
WebTransportConnectRequest({
required this.authority,
required this.path,
this.origin,
});