Package version:

Interface EventRequestMessage

The event request message sent to the service URI.

Hierarchy

  • EventRequestMessage

Properties

content?: EventContent

The content of the event request message.

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

The headers of the event request message.

Type declaration

  • [propertyName: string]: string
method?: string

The HTTP method used to send the event request message.

requestUri?: string

The URI used to send the event request message.

version?: string

The HTTP message version.

Generated using TypeDoc