We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad74a31 commit 2a65a13Copy full SHA for 2a65a13
python/restate/context.py
@@ -79,9 +79,9 @@ class Request:
79
Represents an ingress request.
80
81
Attributes:
82
- id: The unique identifier of the request.
83
- headers: The headers of the request.
84
- attempt_headers: The attempt headers of the request.
+ id (str): The unique identifier of the request.
+ headers (dict[str, str]): The headers of the request.
+ attempt_headers (dict[str, str]): The attempt headers of the request.
85
body (bytes): The body of the request.
86
"""
87
id: str
0 commit comments