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_FileSystem.hrl
Raw

include/radiant_FileSystem.hrl

-record(file_system, {
read_bits :: fun((binary()) -> {ok, bitstring()} | {error, nil}),
is_file :: fun((binary()) -> boolean())
}).