Rest DELETE verb with matlab's webread/webwrite -


is there way send put , delete requests webread() / webwrite()?

trying opt = weboptions('requestmethod','delete') gets me following error message:

error using weboptions (line 223) expected requestmethod match 1 of these strings:  'auto', 'get', 'post'  input, 'delete', did not match of valid strings. 

matlab doesn't have full rest capability easily. can expand using urlread2 http://www.mathworks.com/matlabcentral/fileexchange/35693-urlread2 or writing own java code.


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -