A set of extra Plugs.
Add plux to the project's dependencies in the mix.exs file:
def deps do
[
{:plux, "~> 1.0", git: "git@github.com:supranode/plux.git"}
]
endAnd fetch the project's dependencies:
$ mix deps.getTODO Link to documentation.