Kamil Kisiel e73f183699 fix use of capturing subexpressions in pattern matches.
The router now associates a regexp named group with each mux variable.
It only fills variables when capturing group name match instead of
relying on indices, which doesn't work if a variable regexp has interior
capturing groups.

Fixes #62
2015-08-06 20:32:43 -07:00
2013-12-04 23:18:22 -08:00
2012-10-03 01:48:17 -03:00
2015-07-05 20:15:55 +10:00
2012-10-03 01:48:17 -03:00
2014-06-24 11:40:51 -07:00
2013-11-30 13:26:46 -08:00

mux

Build Status

gorilla/mux is a powerful URL router and dispatcher.

Read the full documentation here: http://www.gorillatoolkit.org/pkg/mux

Description
A powerful HTTP router and URL matcher for building Go web servers with 🦍
Readme BSD-3-Clause 473 KiB
Languages
Go 100%