HttpEntity Data Type

Properties
name data type description
headers map of array of string
body object

Example

{
  "headers" : {
    "property1" : [ "...", "..." ],
    "property2" : [ "...", "..." ]
  },
  "body" : { }
}