Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Latest commit

 

History

History
33 lines (18 loc) · 1.09 KB

README.md

File metadata and controls

33 lines (18 loc) · 1.09 KB

Batch Request

A simple library for batching HTTP requests

Looking for the Koa version of this module?

View Documentation

Build Status Built with Grunt

QuickStart

Download via NPM

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:

SocialRadar