Skip to content

$.web.WebEntityResponse

$.web.WebEntityResponse represents an HTTP response entity.

Overview

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. -