aboutsummaryrefslogtreecommitdiff
path: root/aoc2023/build/packages/gleam_http/include/gleam@http@response_Response.hrl
blob: ba6f07701c7730a4a9d42ddb52fd3b61a0490d66 (plain)
1
2
3
4
5
-record(response, {
    status :: integer(),
    headers :: list({binary(), binary()}),
    body :: any()
}).