EventRequestMessage interface
The event request message sent to the service URI.
Properties
content | The content of the event request message. |
headers | The headers of the event request message. |
method | The HTTP method used to send the event request message. |
request |
The URI used to send the event request message. |
version | The HTTP message version. |
Property Details
content
headers
The headers of the event request message.
headers?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
method
The HTTP method used to send the event request message.
method?: string
Property Value
string
requestUri
The URI used to send the event request message.
requestUri?: string
Property Value
string
version
The HTTP message version.
version?: string
Property Value
string