Popularity
3.8
Stable
Activity
0.0
Declining
22
2
7

Monthly Downloads: 4,564
Programming language: Elixir
License: MIT License

plug_forward_peer alternatives and similar packages

Based on the "Framework Components" category.
Alternatively, view plug_forward_peer alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of plug_forward_peer or a related project?

Add another 'Framework Components' Package

README

Plug ForwardedPeer

Very simple plug which reads X-Forwarded-For or Forwarded header according to rfc7239 and fill conn.remote_ip with the root client ip.

Usage

defmodule MyPlug do
  use Plug.Builder
  plug PlugForwardedPeer
end