Shared

TypeCoercer

Coerce raw strings and payload tables into typed Roblox values. Used automatically by the Router for typed route params. Available standalone for validating request payloads before processing.

Import local TypeCoercer = RoExpress.TypeCoercer

See also

TypeCoercer Guide | usage patterns with routes and DataStore  ·  Router | typed route params and RouteBuilder  ·  Types | Luau type definitions  ·  Codec | binary serialization for Stream channels