Share via


EventResponseMessage Class

The event response message received from the service URI.

Constructor

EventResponseMessage(*args: Any, **kwargs: Any)

Variables

Name Description
content
str

The content of the event response message.

headers

The headers of the event response message.

reason_phrase
str

The reason phrase of the event response message.

status_code
str

The status code of the event response message.

version
str

The HTTP message version.

Attributes

content

The content of the event response message.

content: str | None

headers

The headers of the event response message.

headers: dict[str, str] | None

reason_phrase

The reason phrase of the event response message.

reason_phrase: str | None

status_code

The status code of the event response message.

status_code: str | None

version

The HTTP message version.

version: str | None