hostrouter
hostrouter copied to clipboard
Unable to route wildcard subdomains in the middle of URLs
I am wanting to use something like this:
hr.Map("api.*.example.com", apiRouter)
But it seems hostrouter is unable to handle this case.