Tags: http
Type: string
Format: A JsonObject
Default value: "{}" (a blank JsonObject)
Related:
ms.http.response.type
specifies less common response types in addition to
the default ones "application/json" or "text/csv".
If you have a custom response type other than "application/json" or "text/csv", you can configure expected response using this parameter.
When ms.http.response.type
is not configured, the default
for CsvExtractor is "text/csv", and for JsonExtractor, it is "application/json".
The following accepts "application/x-gzip" in addition to "text/csv" in a CsvExtractor
ms.http.response.type={"Content-Type":"application/x-gzip"}