haskell-servant / servant-elm

Automatically derive Elm functions to query servant webservices
BSD 3-Clause "New" or "Revised" License
164 stars 48 forks source link

precentEncode paths that are passed as captures #72

Closed domenkozar closed 1 year ago

domenkozar commented 1 year ago

Captured paths didn't get percent encoded, so if someone includes / in the path, it will lead to the wrong route.