aboutsummaryrefslogtreecommitdiffstats
path: root/guide/static_handlers.md
diff options
context:
space:
mode:
Diffstat (limited to 'guide/static_handlers.md')
-rw-r--r--guide/static_handlers.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/guide/static_handlers.md b/guide/static_handlers.md
new file mode 100644
index 0000000..5c897dd
--- /dev/null
+++ b/guide/static_handlers.md
@@ -0,0 +1,14 @@
+Static handlers
+===============
+
+Purpose
+-------
+
+Static handlers are a built-in REST handler for serving files. They
+are available as a convenience and provide fast file serving with
+proper cache handling.
+
+Usage
+-----
+
+@todo Describe.