{% if not request.status %} {% endif %} {{ request.method.upper() }} {% if not request.status %} {% endif %}
{{ url }}
Status code: {{ response.status_code }} {% if not request.payload %} | empty request{% endif %} {% if not response.body %} | empty response{% endif %}
{% if request.headers %}
{{ request.headers|headers_as_string|nl2br }}
{% endif %} {% if request.payload %} {% endif %} {% if response.body %} {% endif %}
Request
{{ request.payload|e|nl2br }}
Response (status code: {{ response.status_code }})
{{ response.body|e|nl2br }}