Packages

A URL path pattern matching library for the Gleam programming language

Current section

Files

Jump to
pathern include pathern_Pathern.hrl
Raw

include/pathern_Pathern.hrl

-record(pathern, {
path :: binary(),
pattern :: binary(),
params :: gleam@dict:dict(binary(), binary())
}).