{# Cassette detail body. Standalone on /partials/cassette; embedded in cassette.html for first paint. #}
{{ body | json_pretty }}
{{ req.body_raw }}
{{ req.headers | json_pretty }}
{{ resp.body | json_pretty }}
{{ resp.body_raw }}
{{ chunk }}
{% endfor %}
{{ parsed.data_pretty }}
{% elif parsed.data %}
{{ parsed.data }}
{% endif %}
{{ chunk }}
{% endif %}
{% endfor %}
{{ resp.headers | json_pretty }}
This cassette is empty. No interactions recorded yet. The page will update automatically when something gets recorded.