{% extends "base_plain.html" %} {% block title %}Debug JSON{% endblock %} {% block content %}
{% csrf_token %}
{% include "forms/_field.html" with field=form.uri %}
{% if result %}

Summary

Status Code: {{ status_code }}
Content-Type: {{ content_type }}
Bytes Downloaded: {{ num_bytes_downloaded }}

Payload

Raw Response: Show
Canonical: Show
{% endif %} {% endblock %}