Current section
Files
Jump to
Current section
Files
include/dream_http_client@recording_BlockingResponse.hrl
-record(blocking_response, {
status :: integer(),
headers :: list({binary(), binary()}),
body :: binary()
}).