-
host:port matching does not require a :port to be specified.
released this
2019-05-17 00:20:44 +00:00 In lieu of checking the template pattern on every Match request, a bool is added to the routeRegexp, and set
if the routeRegexp is a host AND there is no ":" in the template. I dislike extending the type, but I'd dislike
doing a string match on every single Match, even more.Downloads