Interface: IHttpResponse¶
A designer-facing interface that encapsulates HTTP response information
Hierarchy¶
- IHttpResponse
Implemented by¶
Summary¶
Properties¶
Class Properties¶
Inherited Properties¶
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