I am wondering in sap.ui.model.odata.v2.OdataModel
there is a method provided setHeaders
, for setting custom HTTP Headers.
In sap.ui.model.odata.v4.ODataModel
this method is missing.
How can I set custom headers when using oData v4?
Any suggestions.