Current section

Files

Jump to
dream include dream@http@response_Response.hrl
Raw

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())
}).