Method

Specifies the method to perform on the resource. The corresponding adapter command is -M (or -METHOD). The supported values are:
  • GET (Adapter command value: get)
  • Head (Adapter command value: head)
  • PUT (Adapter command value: put)
  • GET (Adapter command value: get)
  • POST (Adapter command value: post)
  • PATCH (Adapter command value: patch)
  • DELETE (Adapter command value: delete)