EventResponseMessage interface
The event response message received from the service URI.
Properties
content | The content of the event response message. |
headers | The headers of the event response message. |
reason |
The reason phrase of the event response message. |
status |
The status code of the event response message. |
version | The HTTP message version. |
Property Details
content
The content of the event response message.
content?: string
Property Value
string
headers
The headers of the event response message.
headers?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
reasonPhrase
The reason phrase of the event response message.
reasonPhrase?: string
Property Value
string
statusCode
The status code of the event response message.
statusCode?: string
Property Value
string
version
The HTTP message version.
version?: string
Property Value
string