If you look add examples/rest-collections/source/api.d [1], you'll find
// GET /threads/
// Returns a list of all thread names
string[] get();
Is there an easy way to make all those methods available at a path without an slash as well (/threads in this case?)
[1] https://github.com/vibe-d/vibe.d/blob/d4e60c4b8c23259e8c8b85ca5dec2d9da8659648/examples/rest-collections/source/api.d#L24