Headers
hololinked.server.zmq.message.RequestHeader
Bases: Struct
Header of a request message.
Source code in repo/hololinked/hololinked/server/zmq/message.py
Functions
json
The header as a dictionary of its fields.
Returns:
| Name | Type | Description |
|---|---|---|
header |
dict[str, Any]
|
the header fields keyed by their names |
hololinked.server.zmq.message.ResponseHeader
Bases: Struct
Header of a response message.
Source code in repo/hololinked/hololinked/server/zmq/message.py
Functions
json
The header as a dictionary of its fields.
Returns:
| Name | Type | Description |
|---|---|---|
header |
dict[str, Any]
|
the header fields keyed by their names |
Source code in repo/hololinked/hololinked/server/zmq/message.py
hololinked.server.zmq.message.EventHeader
Bases: Struct
Header of an event message.
Source code in repo/hololinked/hololinked/server/zmq/message.py
Functions
json
The header as a dictionary of its fields.
Returns:
| Name | Type | Description |
|---|---|---|
header |
dict[str, Any]
|
the header fields keyed by their names |