Fork me on GitHub
#reitit
<
2018-07-08
>
Matthew Davidson (kingmob)19:07:11

Is there a preferred way to URL-decode path params? It’s not clear from the docs (coercions?) E.g., if I have term, it comes through as search%20term. I could add decode it manually, but if there’s a better way (Reitit coercions, Ring middleware, etc) I’d prefer that

Matthew Davidson (kingmob)19:07:32

(This is against a route like ["/search/:s" search-handler])