include/lightspeed@framework@http_Response.hrl
-record(response, {
status :: integer(),
headers :: list({binary(), binary()}),
body :: binary(),
session :: list({binary(), binary()}),
flash :: list({binary(), binary()})
}).
-record(response, {
status :: integer(),
headers :: list({binary(), binary()}),
body :: binary(),
session :: list({binary(), binary()}),
flash :: list({binary(), binary()})
}).