A filter middleware that inspects the requested URI for a version string and/or Accept headers and attempts to negotiate an API controller to return
Bases: heat.common.wsgi.Middleware
If there is a version identifier in the URI, simply return the correct API controller, otherwise, if we find an Accept: header, process it