is there support for PATCH method request in jersey REST Client?
I have tried the jdk HttpURLConnection class , but it does not support PATCH method.
Tried some ha