EventRequestMessage Class
The event request message sent to the service URI.
Constructor
EventRequestMessage(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
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_uri
|
The URI used to send the event request message. |
|
version
|
The HTTP message version. |
Attributes
content
The content of the event request message.
content: _models.EventContent | None
headers
The headers of the event request message.
headers: dict[str, str] | None
method
The HTTP method used to send the event request message.
method: str | None
request_uri
The URI used to send the event request message.
request_uri: str | None
version
The HTTP message version.
version: str | None