ProxyRelayHop constructor
Implementation
ProxyRelayHop({
this.http3RelayEndpoint,
this.http2RelayEndpoint,
this.additionalHTTPHeaders,
}) {
assert(
http3RelayEndpoint != null || http2RelayEndpoint != null,
"At least one of http3RelayEndpoint or http2RelayEndpoint must be non-null",
);
}