Name | Path params |
---|---|
{{ get_name_from_obj(request.scope.endpoint) }} | {% if request.path_params %} {% for k, v in request.path_params.items() %} {{ k }}={{ v }}{% if not loop.last %}, {% endif %} {% endfor %} {% else %} - {% endif %} |
Variable | Value |
---|---|
{{ key|pprint }} |
{{ value|pprint }} |
No cookies
{% endif %}No session data
{% endif %}No GET data
{% endif %}No POST data
{% endif %}