ExAbby.BotDetector.Context (ex_abby v0.5.1)

Copy Markdown

Transient request data passed to bot detector modules.

The context is created for a single classification and is never persisted by ExAbby. Custom detectors may use conn for host-provided request signals.

Summary

Types

t()

@type t() :: %ExAbby.BotDetector.Context{
  conn: Plug.Conn.t() | nil,
  user_agent: String.t()
}