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 include radiant_Req.hrl
Raw

include/radiant_Req.hrl

-record(req, {
request :: gleam@http@request:request(bitstring()),
params :: gleam@dict:dict(binary(), binary()),
context :: gleam@dict:dict(binary(), gleam@dynamic:dynamic_())
}).