django-rest-framework/djangorestframework/templates/emitter.txt
2011-01-30 18:30:39 +00:00

9 lines
238 B
Plaintext

{{ resource.name }}
{{ resource.description }}
{% autoescape off %}HTTP/1.0 {{ response.status }} {{ response.status_text }}
{% for key, val in response.headers.items %}{{ key }}: {{ val }}
{% endfor %}
{{ content }}{% endautoescape %}