batchMiddleware
Sourceimport { batchMiddleware } from "@prestojs/rest";
Params:
Parameter | 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