%Plug.Conn{
adapter: {Plug.Cowboy.Conn, :...},
assigns: %{
current_user: nil,
layout: {KindgiversScheduleWeb.LayoutView, "app.html"}
},
before_send: [#Function<0.36096693/1 in Plug.CSRFProtection.call/2>,
#Function<2.107009429/1 in Phoenix.Controller.fetch_flash/2>,
#Function<2.62058651/1 in Pow.Plug.Session.call/2>,
#Function<0.29283909/1 in Plug.Session.before_send/2>,
#Function<0.24098476/1 in Plug.Telemetry.call/2>,
#Function<0.74686952/1 in Phoenix.LiveReloader.before_send_inject_reloader/3>],
body_params: %{},
cookies: %{},
halted: false,
host: "cm.kindgivers.org",
method: "GET",
owner: #PID<0.15418.36>,
params: %{},
path_info: [],
path_params: %{},
port: 80,
private: %{
KindgiversScheduleWeb.Router => {[], %{}},
:phoenix_action => :index,
:phoenix_controller => KindgiversScheduleWeb.PageController,
:phoenix_endpoint => KindgiversScheduleWeb.Endpoint,
:phoenix_flash => %{},
:phoenix_format => "html",
:phoenix_layout => {KindgiversScheduleWeb.LayoutView, :app},
:phoenix_request_logger => {"request_logger", "request_logger"},
:phoenix_router => KindgiversScheduleWeb.Router,
:phoenix_template => "index_noauth.html",
:phoenix_view => KindgiversScheduleWeb.PageView,
:plug_session => %{},
:plug_session_fetch => :done,
:pow_config => [
mod: Pow.Plug.Session,
plug: Pow.Plug.Session,
otp_app: :kindgivers_schedule
]
},
query_params: %{},
query_string: "",
remote_ip: {172, 18, 0, 13},
req_cookies: %{},
req_headers: [
{"accept", "*/*"},
{"accept-encoding", "gzip, br, zstd, deflate"},
{"connection", "close"},
{"host", "cm.kindgivers.org"},
{"user-agent",
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"},
{"x-forwarded-for", "216.73.216.130"},
{"x-forwarded-port", "443"},
{"x-forwarded-proto", "https"},
{"x-forwarded-ssl", "on"},
{"x-real-ip", "216.73.216.130"}
],
request_path: "/",
resp_body: nil,
resp_cookies: %{},
resp_headers: [
{"cache-control", "max-age=0, private, must-revalidate"},
{"x-request-id", "GHXmOb73h-GZv5kAAm7h"},
{"x-frame-options", "SAMEORIGIN"},
{"x-xss-protection", "1; mode=block"},
{"x-content-type-options", "nosniff"},
{"x-download-options", "noopen"},
{"x-permitted-cross-domain-policies", "none"},
{"cross-origin-window-policy", "deny"}
],
scheme: :http,
script_name: [],
secret_key_base: :...,
state: :unset,
status: nil
}