We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Could be used in frameworks with non-object actions, such as @kemalcr.
get "/user/:id" do params = Params.parse(env.request, {id: Int32}) params["id"] # Params is a NamedTuple(id: Int32) end