blob: 5be8c11752f06fe962a9850fe12cec04720b81ac (
plain)
1
2
3
4
5
6
7
8
|
{{ name }}
{{ description }}
{% autoescape off %}HTTP/1.0 {{ response.status }} {{ response.status_text }}
{% for key, val in response.headers.items %}{{ key }}: {{ val }}
{% endfor %}
{{ content }}{% endautoescape %}
|