Closed toolboc closed 9 years ago
Thank you @toolboc!
Glad to help out! A few colleagues of mine are working on a Spark library for Azure Mobile Services @ https://github.com/dxhackers/AzureMobileSpark that will rely on these changes. Do you know how or can you provide an ETA on when these changes will be merged into the official Spark libraries? At this time, the new support is not included when referencing HTTPClient.
Hi @toolboc, I don't know if Spark plans to include this functionality in the official libraries. This is just something that I needed for an early prototype of an IoT product and made available for others.
I think there is a way to make it referenced from the Web IDE, but I don't use it so I'm not familiar with how it works.
RFC5789 defines the PATCH HttpVerb for applying partial modifications to a resource. For example, updating a row in a database. This is supported in a variety of frameworks including Rails, Azure Mobile Services, and ASP.NET. This changeset enables creating PATCH requests using HttpClient.