README.md
# PlugProxy
[](https://travis-ci.org/tommy351/plug-proxy) [](https://hex.pm/packages/plug_proxy) [](https://coveralls.io/r/tommy351/plug-proxy?branch=master) [](http://inch-ci.org/github/tommy351/plug-proxy)
A plug for reverse proxy server.
## Installation
Add plug_proxy to `mix.exs` and run `mix deps.get` to fetch the dependencies.
```elixir
def deps do
[{:plug_proxy, "~> 0.4.0"}]
end
```
## Usage
See [documentation](https://hexdocs.pm/plug_proxy/).