2

Closed

Add PatchAsync Extension methods

description

It would be nice if the extension methods were added for the Patch HttpVerb as shown here: http://compiledexperience.com/blog/posts/patch-support-in-httpclient

Also, if someone at microsoft could get Patch added into System.Net.Http....

file attachments

Closed Apr 5 at 8:59 PM by HongmeiG
Reported to the correct owner to track this issue.

comments

blake05 wrote Sep 5, 2012 at 6:29 PM

I copied the Post extension method source and modified it for Patch. The attached source is below and appears to be working on my end.

HongmeiG wrote Mar 6 at 11:52 PM

It sounds like more appropriate for httpclient library to support that.