Skip to main content

include/aws@streaming_Response.hrl

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