Package version:

Interface EventResponseMessage

The event response message received from the service URI.

Hierarchy

  • EventResponseMessage

Properties

content?: string

The content of the event response message.

headers?: {
    [propertyName: string]: string;
}

The headers of the event response message.

Type declaration

  • [propertyName: string]: string
reasonPhrase?: string

The reason phrase of the event response message.

statusCode?: string

The status code of the event response message.

version?: string

The HTTP message version.

Generated using TypeDoc