Maru v0.13.2 Maru.Builder.PlugRouter.DSLs View Source

Link to this section Summary

Functions

Define plugs which execute before routes match

Define a top-level Plug

Define a top-level Plug struct with options and guards

Warning when use plug_overridable within before block

Link to this section Functions

Define plugs which execute before routes match.

Define a top-level Plug.

Link to this macro plug(plug, opts) View Source (macro)

Define a top-level Plug struct with options and guards.

Link to this macro plug_overridable(_, _, _ \\ nil) View Source (macro)

Warning when use plug_overridable within before block.