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

include/radiant_CorsConfig.hrl

-record(cors_config, {
origins :: list(binary()),
methods :: list(gleam@http:method()),
headers :: list(binary()),
max_age :: integer()
}).