Android Question RESTful client

daemon

Active Member
Licensed User
Longtime User
It seems that HttpUtils2 only supports GET and POST methods. Is there a similar library that lets me use all four verbs: GET, PUT, POST & DELETE for accessing RESTful services?
 

DonManfred

Expert
Licensed User
Longtime User
Get, Put, Post und Delete are restful-commands. On protocol-side it is JUST post & get which will be used (mostly Post).
 
Upvote 0
Top