diff options
| -rw-r--r-- | core_changes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core_changes.md b/core_changes.md index 2fec7ee..f9196be 100644 --- a/core_changes.md +++ b/core_changes.md @@ -29,6 +29,7 @@ - Create a new `IRESTSink` interface, that is callable `func(request, response)` and knows it's prefix relative to it's root. - Use `falcon.API.add_sink(callable, prefix)` to add all `IRESTSink`s from both `mailman.rest` package(unused, no sinks necessary for core) and plugin's `.rest` package. - [falcon.API.add_sink](https://falcon.readthedocs.io/en/stable/api/api.html#falcon.API.add_sink) + - Or use the current `ObjectRouter` with plugins providing a `Plugin` object with routing working as currently. 8. ? Make all commands be able to require confirmation and make this a configurable option. |
