Package io.deephaven.web.client.api.grpc
Interface HeaderValueUnion
@TsUnion
@JsType(name="?",
namespace="<global>",
isNative=true)
public interface HeaderValueUnion
Union of string and array of string, as node/browser APIs tend to accept either for http headers.
-
Method Summary
-
Method Details
-
of
-
isArray
@JsOverlay default boolean isArray() -
asString
-
asArray
-