Since mvc 3.2 supports PATCH, it would be nice to be able to submit a patch request just like a put/post/etc... Basically a copy of put, but using PATCH method.
Major change is modifying code to use HttpComponentsClientHttpRequestFactory instead of SimpleClientHttpRequestFactory
Since mvc 3.2 supports PATCH, it would be nice to be able to submit a patch request just like a put/post/etc... Basically a copy of put, but using PATCH method.
Major change is modifying code to use HttpComponentsClientHttpRequestFactory instead of SimpleClientHttpRequestFactory