Current section
Files
Jump to
Current section
Files
include/dream@http@response_Response.hrl
-record(response, {
status :: integer(),
body :: dream@http@response:response_body(),
headers :: list(dream@http@header:header()),
cookies :: list(dream@http@cookie:cookie()),
content_type :: gleam@option:option(binary())
}).