@ -114,6 +115,8 @@ type routeRegexp struct {
@@ -114,6 +115,8 @@ type routeRegexp struct {
templatestring
// True for host match, false for path match.
matchHostbool
// The strictSlash value defined on the route, but disabled if PathPrefix was used.
strictSlashbool
// Expanded regexp.
regexp*regexp.Regexp
// Reverse template.
@ -216,7 +219,7 @@ func (v *routeRegexpGroup) setMatch(req *http.Request, m *RouteMatch, r *Route)
@@ -216,7 +219,7 @@ func (v *routeRegexpGroup) setMatch(req *http.Request, m *RouteMatch, r *Route)