Current section
Files
Jump to
Current section
Files
include/gleam@http@response_Response.hrl
-record(response, {
status :: integer(),
headers :: list({binary(), binary()}),
body :: any()
}).