BatchingHttpEngine

fun BatchingHttpEngine(    delegate: HttpEngine = DefaultHttpEngine(),     batchIntervalMillis: Long = 10,     maxBatchSize: Int = 10,     exposeErrorBody: Boolean = false)