Dacris.Maestro.Web.RequestHttp Interaction

Sends an HTTP request.

Preconditions:

See HttpRequestSample.json. InputStateKey has the key name where the input object is found.

Sample State.json Input

{
  "sampleKey": {
    "url": "",
    "method": "yourText",
    "contentHeaders": [
      "yourText"
    ],
    "header": [
      {
        "key": "yourText",
        "value": "yourText"
      }
    ],
    "bodyPath": "$.yourStateKey",
    "bodyFile": "folder1/folder2/yourFile.txt",
    "outputFile": "folder1/folder2/yourFile.txt",
    "timeout": "10",
    "retryTimes": "10",
    "retryDelay": "10"
  }
}