$.web.WebEntityResponse
$.web.WebEntityResponse
represents an HTTP response entity.
Overview
- Definition: https://github.com/SAP/xsk/issues/22
- Module: web/web.js
- Status:
alpha
Properties
Name | Description | Type |
---|---|---|
body | The body of the response. | $.web.Body |
contentType | The content type of the entity. | string |
entities | The sub-entities of the entity. | $.web.EntityList |
headers | The headers of the entity. | $.web.TupelList |
Functions
Function | Description | Returns |
---|---|---|
setBody(body, index) | Sets the body of the entity. | - |