EventResponseMessage Class

The event response message received from the service URI.

Constructor

EventResponseMessage(*, content: str | None = None, headers: Dict[str, str] | None = None, reason_phrase: str | None = None, status_code: str | None = None, version: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
content
str

The content of the event response message.

Default value: None
headers

The headers of the event response message.

Default value: None
reason_phrase
str

The reason phrase of the event response message.

Default value: None
status_code
str

The status code of the event response message.

Default value: None
version
str

The HTTP message version.

Default value: None

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.