aboutsummaryrefslogtreecommitdiffstats
path: root/src/rest/templates/emitter.txt
blob: 3bf094c65c35d42ea8f550b827f4e27c07265bb0 (plain)
1
2
3
4
{% autoescape off %}HTTP Status {{ status }}
{% for key, val in headers.items %}{{ key }}: {{ val }}
{% endfor %}
{{ content }}{% endautoescape %}