Client

constructor(host: String, options: Client.Options = Options(), unaryClient: OkHttpClient = OkHttpClient(), streamClient: OkHttpClient = unaryClient, dispatcher: CoroutineDispatcher = createSingleThreadDispatcher("Client(${options.key})"), ioDispatcher: CoroutineDispatcher = Dispatchers.IO)