android-volley
android-volley copied to clipboard
Volley Patch Throwing Error
error => com.android.volley.NoConnectionError: java.net.ProtocolException: Unknown method 'PATCH'; must be one of [OPTIONS, GET, HEAD, POST, PUT, DELETE, TRACE]
volley doesn't support patch method you can use extend Okhttp by making custom request to support patch or instead use Put