infuse v0.3.5 API Reference
Modules
Welcome to the documentation for Elixir!
The main HTTP pipeline for serving requests
Handle the Simplate HTTP Dispatch
Registers/Handles Simplate Routes to the ETS table
Exact match routes, eg: index.html => index.html Bound Simplate routes, eg: index.html.spt => index.html Unbound Simplate routes, eg: index.spt => [index.json, index.xml]
A simple GenServer to keep track of Simplates