WebTransportConnectRequest class
Extended CONNECT request for WebTransport. Method: CONNECT, Protocol: :protocol = webtransport, :scheme, :authority, :path
Constructors
- WebTransportConnectRequest({required String authority, required String path, String? origin})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited