Packages

LiveView-style runtime for Gleam.

Current section

Files

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

include/lightspeed@framework@http_Response.hrl

-record(response, {
status :: integer(),
headers :: list({binary(), binary()}),
body :: binary(),
session :: list({binary(), binary()}),
flash :: list({binary(), binary()})
}).