Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@framework@http_Request.hrl
Raw

include/lightspeed@framework@http_Request.hrl

-record(request, {
method :: lightspeed@framework@http:method(),
path :: binary(),
headers :: list({binary(), binary()}),
body :: binary(),
session_id :: binary(),
csrf_token :: binary(),
origin :: binary(),
session :: list({binary(), binary()}),
flash :: list({binary(), binary()})
}).