Hi all,

Why, when using the REST interface generator, are my routes calculated differently depending on the parameter name?

Specifically, getField(int id) is routed as :id/field (and this is true for any in (id1, id2, ...), whereas getField(int whateverothername) is routed as field with required URL encoded parameter whateverothername. Why is there special behavior for ‘id’ , and where can I find this documented?

Thanks in advance -- looking forward to playing with vibe.d.