Packages

LiveView-style runtime for Gleam.

Current section

Files

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

include/lightspeed@transport@matrix_ConnectRequest.hrl

-record(connect_request, {
route :: binary(),
csrf_token :: binary(),
origin :: binary(),
now_ms :: integer(),
prefer_fallback :: boolean()
}).