include/aws@streaming_Response.hrl
-record(response, {
status :: integer(),
headers :: list({binary(), binary()}),
body :: aws@streaming:streaming_body()
}).
-record(response, {
status :: integer(),
headers :: list({binary(), binary()}),
body :: aws@streaming:streaming_body()
}).