Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/195.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/api/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何在android中集成补丁RESTAPI?_Android_Api_Rest_Patch - Fatal编程技术网

如何在android中集成补丁RESTAPI?

如何在android中集成补丁RESTAPI?,android,api,rest,patch,Android,Api,Rest,Patch,我正在android中集成RESTAPI。有四种服务。1.POST 2.GET 3.PATCH 4.DELETE。我已经使用“asynchttpclient”集成了除了补丁webservice之外的所有应用程序。我已经检查了所有的方法,但是在“asynchttpclient”中没有找到任何与补丁相关的方法。 有谁能告诉我如何使用补丁方法将RESTAPI与同一个库“asynchttpclient”或其他任何东西集成。我在这里停留了2天,但还没有找到任何解决方案。Android附带了apache h

我正在android中集成RESTAPI。有四种服务。1.POST 2.GET 3.PATCH 4.DELETE。我已经使用“asynchttpclient”集成了除了补丁webservice之外的所有应用程序。我已经检查了所有的方法,但是在“asynchttpclient”中没有找到任何与补丁相关的方法。
有谁能告诉我如何使用补丁方法将RESTAPI与同一个库“asynchttpclient”或其他任何东西集成。我在这里停留了2天,但还没有找到任何解决方案。

Android附带了apache http client 4.x的副本,您可以将
HttPPost
子类化以创建
HttpPatch
对象,或者在查询字符串上使用
\u HttpMethod
选项,类似于它在另一篇文章中概述的方式

你找到补丁的解决方案了吗?它没有删除任何要重定向的内容