batch-request-mlyons
v0.1.95
Published
Batch Request - Utility library to enable a server to handle batch requests
Downloads
5
Maintainers
Readme
Batch Request
A simple library for batching HTTP requests
Looking for the Koa version of this module?
QuickStart
Download via NPM
then in your app
// Use Batch Request as middleware on an endpoint you want to service batch requests
app.post('/batch', batch);
Optionally use our included middleware to check the validity of your batch request
// Include the batch.validate middleware before batch middleware
app.post('/batch', batch.validate, batch);
And that's it!
Proudly written in Washington, D.C. by: