http-request
http-request copied to clipboard
Patch verb
Is it possible to add support for Patch verb?
+1 for this
@gammay Just found: http://developer.android.com/reference/java/net/HttpURLConnection.html
Seems the underlying HttpURLConnection doesn't support PATCH verb, what a pity
@xiaohanyu yes, we added a http filter on server to support PATCH.