Interface: IHttpResponse¶
A designer-facing interface that encapsulates HTTP response information for designer extensions
Summary¶
Properties¶
Class Properties¶
Inherited Properties¶
Currently none inherited from the parent class(es).
Methods¶
Class Methods¶
Currently none in this class.
Inherited Methods¶
Currently none inherited from the parent class(es).
Properties¶
content¶
▸ content: IHttpResponseContent
Gets the response content
headers¶
▸ headers: Object
Gets the response headers with key/value pair
mimeType¶
▸ mimeType: string
Gets the mime type
statusCode¶
▸ statusCode: number
Gets the HTTP status code