lib_cleanex v0.4.0 Cleanex.Plugs.ParamsCleaner View Source
A plug to clean conn.params
Usage
pipeline :api do
...
plug Cleanex.Plug.ParamsCleaner
...
end
Plug Options
[strict: bool]
— when strict
is set to false
, inner whitespace
won’t be touched (default true
)