View Source CozyProxy
Proxy requests to other plugs.
features
Features
- General plug support
- WebSocket support (requires
Plug >= 1.14
) - Phoenix Endpoint support (requires
Phoenix >= 1.7
)
installation
Installation
Add cozy_proxy
to the list of dependencies in mix.exs
:
def deps do
[
{:cozy_proxy, "~> <version>"}
]
end
usage
Usage
For more information, see the documentation.
thanks
Thanks
This library is built on the wisdom in following code:
- main_proxy
- snake_proxy
- master_proxy application inside the acme_bank project from wojtekmach
- master_proxy.ex from Gazler
license
License
Apache License 2.0