android-volley icon indicating copy to clipboard operation
android-volley copied to clipboard

Volley Patch Throwing Error

Open va1046 opened this issue 9 years ago • 1 comments

error => com.android.volley.NoConnectionError: java.net.ProtocolException: Unknown method 'PATCH'; must be one of [OPTIONS, GET, HEAD, POST, PUT, DELETE, TRACE]

va1046 avatar Sep 19 '15 14:09 va1046

volley doesn't support patch method you can use extend Okhttp by making custom request to support patch or instead use Put

mmanishh avatar Sep 29 '15 05:09 mmanishh