问题
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, andDELETEHTTP requests and retrieve data from the response body. Data in the response can arrive inXML,HTML, orJSONformats.
You can submit feature requests via: http://www.ibm.com/developerworks/rfe/
来源:https://stackoverflow.com/questions/26377790/how-to-use-the-patch-method-in-http-adapters