Example of REST API implementation with springframework boot. For testing PUT example: curl -v -X PUT localhost:8080/put/myfunc?args=a,b,v -H "Content-Type: text/plain" -d "test string"