TemporalResponse
Constructor:
Signature:
def __init__(self, status_code: int = 200, headers: Dict[str, str] = dict()) -> None: ...
Parameters:
-
status_code:
- Type
-
int
- Default
-
200
-
headers:
- Type
-
Dict[str, str]
- Default
-
dict()
Attributes:
-
status_code:
- Type
-
int
-
headers:
- Type
-
Dict[str, str]