README.md
# plug_x_forwarded_proto
x-forwarded-proto plug middleware
## Installation
PlugXForwardedProto is [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add `plug_x_forwarded_proto` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:plug_x_forwarded_proto, "~> 0.1.0"}]
end
```