angular-odata-es5 icon indicating copy to clipboard operation
angular-odata-es5 copied to clipboard

HttpPatch Header Options to return patched object

Open awdorrin opened this issue 4 years ago • 0 comments

Currently a successful patch only returns a success response. A method to provide the Http header options to return a full object would be very helpful in certain circumstances. (ie. PatchWithReturn().Exec() ?)

Otherwise, a way to set the HttpHeaders manually would be useful. I don't see a public method for setting headers, only the protected 'getPostRequestOptions'

Thank you

awdorrin avatar Jun 05 '20 14:06 awdorrin