Current section

Files

Jump to
lustre_http src lustre_http.app.src
Raw

src/lustre_http.app.src

{application, lustre_http, [
{vsn, "0.1.0"},
{applications, [gleam_json,
gleam_stdlib,
lustre]},
{description, "HTTP requests from lustre"},
{modules, [lustre_http]},
{registered, []}
]}.