View Source CozyProxy

CI Hex.pm built with Nix

Proxy requests to other plugs.

Features

Installation

Add :cozy_proxy to the list of dependencies in mix.exs:

def deps do
  [
    {:cozy_proxy, "~> <version>"}
  ]
end

Usage

For more information, see the documentation.

Thanks

This library is built on the wisdom in following code:

License

Apache License 2.0