Is there a solution for batching http requests from a javascript client to a ServiceStack service? I have successfully done this multiple times with a .NET client using the .SendAll() method, but I am struggling to find a way to achieve the same functionality in javascript. It seems that ss-utils.js does not provide a function for batch requests.