Packages

LiveView-style runtime for Gleam.

Current section

Files

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

include/lightspeed@transport@wisp_html_HtmlRequest.hrl

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