Quenya.Plug.MathAllPlug (Quenya v0.2.1) View Source

Plug for match all unknown path

Example:

# in your router file

match _, to: Quenya.Plug.MathAllPlug, init_opts: []

Link to this section Summary

Functions

Callback implementation for Plug.call/2.

Callback implementation for Plug.init/1.

Link to this section Functions

Specs

call(Plug.Conn.t(), keyword()) :: Plug.Conn.t()

Callback implementation for Plug.call/2.

Specs

init(keyword()) :: keyword()

Callback implementation for Plug.init/1.