Packages

A focused, type-safe HTTP router for Gleam on BEAM — declarative routing, typed path params, middleware, wildcards, reverse routing, and testing helpers.

Current section

Files

Jump to
radiant src radiant.app.src
Raw

src/radiant.app.src

{application, radiant, [
{vsn, "1.2.0"},
{applications, [exception,
gleam_http,
gleam_json,
gleam_stdlib]},
{description, "A focused, type-safe HTTP router for Gleam on BEAM — declarative routing, typed path params, middleware, wildcards, reverse routing, and testing helpers."},
{modules, [radiant,
radiant@@main,
radiant@internal@path,
radiant@internal@tree]},
{registered, []}
]}.