<div dir="ltr">I use them all the time in vibe.web.rest. It allows to override the defaults (e.g. by default `getfoo` maps to `GET /foo`): <a href="https://github.com/Geod24/vibe.d/blob/ea061223ab96d5acdc004e9369f904c5e25ec8d0/source/vibe/web/rest.d#L60-L66">https://github.com/Geod24/vibe.d/blob/ea061223ab96d5acdc004e9369f904c5e25ec8d0/source/vibe/web/rest.d#L60-L66</a><br>I actually really, really miss attributed parameters. Obviously it's possible to emulate it (<a href="https://github.com/Geod24/vibe.d/blob/ea061223ab96d5acdc004e9369f904c5e25ec8d0/source/vibe/web/rest.d#L169-L182">https://github.com/Geod24/vibe.d/blob/ea061223ab96d5acdc004e9369f904c5e25ec8d0/source/vibe/web/rest.d#L169-L182</a>) but it isn't as nice...</div><div class="gmail_extra"><br><div class="gmail_quote">2015-06-23 9:04 GMT+02:00 extrawurst via Digitalmars-d <span dir="ltr"><<a href="mailto:digitalmars-d@puremagic.com" target="_blank">digitalmars-d@puremagic.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Monday, 22 June 2015 at 20:57:59 UTC, Brian Schott wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Monday, 22 June 2015 at 19:09:40 UTC, weaselcat wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I never seem to use them for anything, has anyone else done anything interesting with them?<br>
</blockquote>
<br>
Semi-hijacking this thread:<br>
<br>
I recently made a few pull requests to get better support for UDAs into Phobos.<br>
<br>
<a href="https://github.com/D-Programming-Language/phobos/pull/3356" rel="noreferrer" target="_blank">https://github.com/D-Programming-Language/phobos/pull/3356</a><br>
<a href="https://github.com/D-Programming-Language/phobos/pull/3421" rel="noreferrer" target="_blank">https://github.com/D-Programming-Language/phobos/pull/3421</a><br>
<a href="https://github.com/D-Programming-Language/phobos/pull/3363" rel="noreferrer" target="_blank">https://github.com/D-Programming-Language/phobos/pull/3363</a><br>
<br>
The last of the three is stuck because nobody's looking at it. Can those of you who use UDAs take a look at these and confirm that I haven't made any dumb mistakes before the 2.068 release goes out with them included?<br>
</blockquote>
<br></div></div>
LGTM! Finally these are added to phobos. Thanks!<br>
</blockquote></div><br></div>