Can any please help me about how to make HTTP call using the PATCH
method in an HTTP Adapter in IBM Worklight?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
The PATCH
method is not supported. Per the HTTP adapter documentation:
You can use the HTTP adapter to send
GET
,POST
,PUT
, andDELETE
HTTP requests and retrieve data from the response body. Data in the response can arrive inXML
,HTML
, orJSON
formats.
You can submit feature requests via: http://www.ibm.com/developerworks/rfe/