Current section

Files

Jump to
dream_http_client include dream_http_client@client_HttpResponse.hrl
Raw

include/dream_http_client@client_HttpResponse.hrl

-record(http_response, {
status :: integer(),
headers :: list(dream_http_client@client:header()),
body :: binary()
}).