atoti.pyapi.HttpRequest# final class atoti.pyapi.HttpRequest# Info of an HTTP request. body: object | None# 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.