odata-v4-server icon indicating copy to clipboard operation
odata-v4-server copied to clipboard

Missing support for OData Batch Requests

Open rundphunk opened this issue 8 years ago • 2 comments

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

rundphunk avatar Dec 07 '17 13:12 rundphunk

+1 on this request

joske500 avatar Sep 01 '19 21:09 joske500

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..

whoizz avatar Nov 04 '19 21:11 whoizz