batchMiddleware
Sourceimport { batchMiddleware } from "@prestojs/rest";
Arguments:
Argument | Type | Description | |
---|---|---|---|
* | options An object with the properties below | ||
options.batchDelay | number | ||
options.decodeBody | |||
* | options.execute | ||
options.getBatchKey | |||
options.reject | |||
* | options.resolve |
Returns:Middleware function