Vmodal Http
class VmodalHttp(val cfg: SdkConfig, val transport: VmodalTransport = HttpUrlConnectionTransport(cfg))
Supported low-level request facade used by resource classes.
Calls are synchronous. Safe reads may retry according to SdkConfig; mutations are never replayed automatically.