reitit/test
Hannu Hartikainen 6a7fb095cb Support stripping multiple slashes
One inspiration for stripping/adding slashes automatically in reitit was
https://github.com/julienschmidt/httprouter which can handle any number
of slashes. Make the implementation a bit better by stripping as many
slashes as there are.

This still doesn't support redirecting from a multiple-slash URI to a
single-slash URI. That could be handled as a special case, but in the
end I think the correct solution would be to convert both the router and
request URIs to a canonical form before matching. Then the question of
slashes is just a question of formatting.
2018-10-31 09:48:13 +02:00
..
clj Fix tests (add missing require) 2018-10-31 08:48:14 +02:00
cljc/reitit Support stripping multiple slashes 2018-10-31 09:48:13 +02:00
cljs/reitit Store uncoerced query-params in frontend match 2018-08-23 09:58:55 +03:00