TemporalResponse

Constructor:

Signature:

def __init__(self, status_code: int = 200, headers: Dict[str, str] = dict()) -> None:
...

Parameters:

  1. status_code:

    Type
    int
    Default
    200
  2. headers:

    Type
    Dict[str, str]
    Default
    dict()

Attributes:

  1. status_code:

    Type
    int
  2. headers:

    Type
    Dict[str, str]