Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@transport@wisp_html_HtmlResponse.hrl
Raw

include/lightspeed@transport@wisp_html_HtmlResponse.hrl

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