reitit/test/cljc/reitit
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
..
chain.clj Exclude chain 2017-12-26 22:42:12 +02:00
coercion_test.cljc Ensure that #145 works 2018-09-22 21:19:44 +03:00
core_test.cljc Decode %-encoded URL path params 2018-08-07 21:13:40 -04:00
impl_test.cljc mention sources 2018-08-01 19:51:54 +03:00
interceptor_test.cljc fix interceptor tests 2018-09-07 23:35:55 +03:00
middleware_test.cljc Welcome Middleware registry! 2018-07-27 15:14:00 +03:00
ring_coercion_test.cljc Ensure that #145 works 2018-09-22 21:19:44 +03:00
ring_spec_test.cljc Allow any kind of model 2018-10-16 20:25:43 +03:00
ring_test.cljc Support stripping multiple slashes 2018-10-31 09:48:13 +02:00
spec_test.cljc Allow any kind of model 2018-10-16 20:25:43 +03:00
swagger_test.clj Test top-level handler override 2018-09-23 11:27:33 +03:00