heat.api.middleware.version_negotiation module¶
Inspects the requested URI for a version string and/or Accept headers.
Also attempts to negotiate an API controller to return.
- class heat.api.middleware.version_negotiation.VersionNegotiationFilter(version_controller, app, conf, **local_conf)[source]¶
Bases:
heat.common.wsgi.Middleware