Reads the response body as a string. Currently only UTF-8 string encoding is supported.
Name | Type | Mandatory | Description |
|---|---|---|---|
ContentInfo | No | Describes the properties of the response content. | |
Status | No | Indicates whether the response body was read successfully. |
Type | Description |
|---|---|
String | The response body decoded into a string (UTF-8 encoding). |