infuse v0.3.3 Infuse.HTTP.SimplateRouter

Registers/Handles Simplate Routes to the ETS table

The module determines if the Simplate has a matching route and dispatches it to Infuse.HTTP.SimplateDispatch

Summary

Functions

Register a route with the SimplateRouter

Unregister a route with the SimplateRouter

Functions

call(conn, opts)
init(options)
register(path, plug, opts)

Register a route with the SimplateRouter

unregister(path, plug)

Unregister a route with the SimplateRouter