Current section

Files

Jump to
oaspec include oaspec@transport_Response.hrl
Raw

include/oaspec@transport_Response.hrl

-record(response, {
status :: integer(),
headers :: list({binary(), binary()}),
body :: oaspec@transport:body()
}).