Current section
Files
Jump to
Current section
Files
include/lightspeed@transport@wisp_html_HtmlResponse.hrl
-record(html_response, {
status :: integer(),
headers :: list({binary(), binary()}),
body :: binary()
}).