Skip to content

$.web.WebEntityRequest

$.web.WebEntityRequest represents an HTTP request entity.

Overview

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