0.1.4 • Published 8 years ago

batch-request v0.1.4

Weekly downloads
50
License
ISC
Repository
github
Last release
8 years ago

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

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago