atoti.endpoint.Request#

final class atoti.endpoint.Request#

The request of a custom endpoint().

body: JsonValue#

Parsed JSON body.

path_parameters: Mapping[str, str]#

Mapping from path parameter name to parameter value in this request.

url: str#

The URL on which the client request is made.