summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index d73583cab..8771cdd42 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -14,6 +14,9 @@ Must-Have (before 1.0)
- Add an example of serving a static asset from the root using a view.
+- Add an example of serving a static asset using a view by setting
+ response.app_iter and the response content-type/content-disposition.
+
- Add an example of using a cascade to serve static assets from the root.
- Explore static file return from handler action using wsgiapp2 + fileapp.