$.web.WebEntityRequest
$.web.WebEntityRequest represents an HTTP request 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 request. | $.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 |
| parameters | The parameters of the entity. | $.web.TupelList |
Functions
| Function | Description | Returns |
|---|---|---|
| setBody(body, index) | Sets the body of the entity. | - |