odata-v4-server
odata-v4-server copied to clipboard
Missing support for OData Batch Requests
Hi,
suddenly there is no support for OData V4 batch requests. Is it planned to add this? Implementing with UI5 the OData V4 model only gives you the ability to commit changes per batch requests.
When sending a batch request server.ts will throw an error on line 273, because the incoming content-type is multipart/mixed. I think the request has to be cut and processed part-by-part somewhere around this.
Regards
+1 on this request
last I tried the response is now 500 - but there seems to be no reference to $batch at all in this repo, even thou it seems the parser library could? handle it..