aboutsummaryrefslogtreecommitdiffstats
path: root/src/testarchive/templates/emitter.txt
diff options
context:
space:
mode:
authortom christie tom@tomchristie.com2010-12-29 19:37:57 +0000
committertom christie tom@tomchristie.com2010-12-29 19:37:57 +0000
commit650111dc8c0800e5b7d4c878c1d454657b68efca (patch)
treeb2cb8a07eb60abe20012b352d856bb1dcb13f440 /src/testarchive/templates/emitter.txt
downloaddjango-rest-framework-650111dc8c0800e5b7d4c878c1d454657b68efca.tar.bz2
Initial commit of all files to the repository.
Diffstat (limited to 'src/testarchive/templates/emitter.txt')
-rw-r--r--src/testarchive/templates/emitter.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/testarchive/templates/emitter.txt b/src/testarchive/templates/emitter.txt
new file mode 100644
index 00000000..3bf094c6
--- /dev/null
+++ b/src/testarchive/templates/emitter.txt
@@ -0,0 +1,4 @@
+{% autoescape off %}HTTP Status {{ status }}
+{% for key, val in headers.items %}{{ key }}: {{ val }}
+{% endfor %}
+{{ content }}{% endautoescape %} \ No newline at end of file