Packages

Plug that allows setting Eidetic metadata from the HTTP request

Current section

Files

Jump to
eidetic_plug README.md
Raw

README.md

# Eidetic Plug
Plug that allows setting Eidetic metadata from the HTTP request
## Installation
```elixir
def deps do
[
{:eidetic_plug, "~> 0.1.0"}
]
end
```
## Usage
```elixir
plug Eidetic.Plug, [:remote_ip]
```
For further information, please check the [https://hex.pm/eidetic-plug](documentation).