Response
{% for key, path in keys_response.items() %}
{% if url[key] %}
{% if key == "response_cookie" %}
{% else %}
{%endif%}
{%endif%}
{% endfor %}
{% if not url.empty_response %}
Download response body.
Body size: {{ sizeof_fmt(url.body.getbuffer().nbytes) }}
{% else %}
Empty body.
{%endif%}
Status Code: {{ url.response['status'] }}
{% if url.sane_js_details_to_print %}
{% if url.sane_js_details_to_print is string %}
{{ url.sane_js_details_to_print }}
{% else %}
This file is known as part of {{ url.sane_js_details_to_print[0] }}
version {{ url.sane_js_details_to_print[1] }}: {{ url.sane_js_details_to_print[2] }}.
{% if url.sane_js_details_to_print[3] > 1%}
It is also present in {{ url.sane_js_details_to_print[3] -1 }} other libraries.
{%endif%}
{%endif%}
{% endif %}
{% if url.set_third_party_cookies %}
This response contains 3rd party cookies.
{% endif %}