Current section

Files

Jump to
dream_http_client include dream_http_client@recording_BlockingResponse.hrl
Raw

include/dream_http_client@recording_BlockingResponse.hrl

-record(blocking_response, {
status :: integer(),
headers :: list({binary(), binary()}),
body :: binary()
}).