atoti.pyapi.http_request module

class atoti.pyapi.HttpRequest

Info of an HTTP request.

body: Optional[Any]

Parsed JSON body of the request.

path_parameters: Mapping[str, str]

Mapping from the name of the path parameters to their value for this request.

url: str

URL on which the client request was made.