Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@transport@contract_ProtectionContext.hrl
Raw

include/lightspeed@transport@contract_ProtectionContext.hrl

-record(protection_context, {
session_id :: binary(),
owner :: binary(),
route :: binary(),
csrf_token :: binary(),
origin :: binary()
}).