stretchr / goweb

A lightweight RESTful web framework for Go
632 stars 61 forks source link

Goweb v2 should include some kind of RegEx matching for advanced use #13

Closed matryer closed 11 years ago

matryer commented 11 years ago

Maybe as a MatcherFunc

goweb.Map(func(context.Context) error {}, goweb.RegexPath("THEREGEX"))