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