# `Parrhesia.Web.IPEventIngestLimiter`

Per-IP EVENT ingest rate limiting over a fixed time window.

# `allow`

```elixir
@spec allow(tuple() | String.t() | nil, GenServer.server()) ::
  :ok | {:error, :ip_event_rate_limited}
```

# `child_spec`

Returns a specification to start this module under a supervisor.

See `Supervisor`.

# `start_link`

```elixir
@spec start_link(keyword()) :: GenServer.on_start()
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
