EventResponseMessage Class

The event response message received from the service URI.

Inheritance
EventResponseMessage

Constructor

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

Variables

content
str

The content of the event response message.

headers
dict[str, str]

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.