Current section

Files

Jump to
dream include dream@http@transaction_PathParam.hrl
Raw

include/dream@http@transaction_PathParam.hrl

-record(path_param, {
raw :: binary(),
value :: binary(),
format :: gleam@option:option(binary()),
as_int :: {ok, integer()} | {error, nil},
as_float :: {ok, float()} | {error, nil}
}).