sinatra/mustermann

add uri_expand or similar

rkh opened this issue · 1 comments

rkh commented

... which would append params that are not expandable as query params.

Example:

Mustermannnew('/:foo').uri_expand(foo: 42, bar: 23) # => "/42?bar=23"
rkh commented

Alternative approach: #13