0.1.95 • Published 9 years ago

batch-request-mlyons v0.1.95

Weekly downloads
44
License
-
Repository
github
Last release
9 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.95

9 years ago

0.1.94

9 years ago

0.1.93

9 years ago

0.1.92

9 years ago

0.1.91

9 years ago

0.1.9

9 years ago

0.1.8

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

10 years ago

0.1.2

10 years ago