aboutsummaryrefslogtreecommitdiffstats
path: root/guide/static_handlers.md
blob: 5c897ddb48534e87e849a49907c7d8fd9a55fb63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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.