Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@framework@endpoint_StaticAsset.hrl
Raw

include/lightspeed@framework@endpoint_StaticAsset.hrl

-record(static_asset, {
path :: binary(),
content_type :: binary(),
body :: binary()
}).