Request Batching

11 views
Skip to first unread message

Mario Pareja

unread,
Dec 13, 2013, 1:58:37 AM12/13/13
to res...@googlegroups.com
Does anyone know of any modules that allow you to overlay HTTP request batching? For example, the following would get routed to two separate handlers:

{ method: 'post', path: '/myroute', body: { id: 123, name: 'bob' }, headers: 'content-type': 'application/json' }
{ method: 'post', path: '/otherroute', body: { id: 123, name: 'jane' }, headers: 'content-type': 'application/json' }

Regards,


Mario Pareja
Reply all
Reply to author
Forward
0 new messages