Commit Graph

2 Commits

Author SHA1 Message Date
Leo Tomatsu 06543ccbed RequestDetail
The self.detail is now a class rather than a dictionary.

Change-Id: Ia33583613e91707f16de638023e93899528473e2
2017-08-08 19:28:14 +00:00
Kristi Nikolla 6673e2e6f2 Preliminary extension support + Name routing
This introduces preliminary support for extensions.
Extensions are registered to routes, and if the
request matches the registered route they will be
called to handle the request and the response.
The interface is still not finalized and will
progress as more extensions with their different
requirements are added.

Also included dependency on oslo_serialization for
loading the json response. Follow up patch will
change all instances of json.loads to
jsonutils.loads

Change-Id: I9c573ce1d4ebe85c07c8ff219f384e3c6c67b39a
2017-07-21 16:05:13 -04:00