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?: stringProperty Value
string
		requestUri
	 
	The URI used to send the event request message.
requestUri?: stringProperty Value
string
version
The HTTP message version.
version?: stringProperty Value
string