Popularity
4.1
Growing
Activity
5.3
-
24
4
8

Monthly Downloads: 2,652
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