django-rest-framework/djangorestframework/templates/djangorestframework/api.txt
2012-09-07 10:41:16 +01:00

9 lines
216 B
Plaintext

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