Skip to content

Debugging

ExplainResult

ExplainResult dataclass

ExplainResult(
    method: str,
    path: str,
    params: dict[str, str],
    headers: dict[str, str],
    body: Any,
)

Return modes

ReturnMode module-attribute

ReturnMode = Literal['representation', 'minimal']