Hi I need to pass some values in delete method. Some one please suggest me whether it is good to use HttpDelete (or) HttpUrlConnection and how to pass the values in delete method.
Asked
Active
Viewed 186 times
0
-
@hiphopdroid : `setParams` does not do what you think it does, or anyway is not related to the question – njzk2 Mar 31 '14 at 16:06
-
(these are `protocol and framework parameters.`) – njzk2 Mar 31 '14 at 16:06
-
HttpDelete does not take a body. You'd need to use HttpUrlConnection. – njzk2 Mar 31 '14 at 16:07
-
Ok sorry maybe I am wrong. I'll delete that comment right away – EdmDroid Mar 31 '14 at 16:08
-
what do you mean by "pass some values"? How does the REST service look like? – hgoebl Mar 31 '14 at 16:46