atoti.pyapi.http_request module

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

Bases: object

Info of an HTTP request.

body: 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.