How to access traefik router metadata from custom middleware plugin

I'm writing a plugin and wanted to know if it was possible to retrieve any metadata about the router handling the middleware from the ServeHTTP function provided by the http.Handler provided by the New function.