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