stretchr/goweb

Support `***/something` paths

Closed this issue · 7 comments

Allow wildcard prefixes in paths.

We should also support paths like these:

Any path that contains the people segment:
* * * /people/ * * *

Any path that contians something, then 0-x number of path segments, then an ending else segment.
* * * /something/ * * */else

NOTE: * * * has spaces to prevent formatting

Started in branch issues/53

This is tricky - @tylerb fancy having a go?

I'll look at it.

I tried to nail this but it was too hard :(

On 30 Sep 2013, at 09:10, Tyler notifications@github.com wrote:

I'll look at it.


Reply to this email directly or view it on GitHub.

.... that's what she said?

+1 point for @tylerb