atoti.pyapi.http_request module

class atoti.pyapi.http_request.HttpRequest(url, path_parameters, body)

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.