-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Labels
Description
Is your feature request related to a problem?
Currently, type hinting for items inside Application context storage can be done, using AppKey. Adding the same feature to Request & Response classes would be useful as well.
Describe the solution you'd like
- Update implementations of
MutableMappingin corresponding classes, similarly to how it's done inApplication. - Since
AppKeywill be used there, rename it to a more corresponding name (StorageKey?). - Keep
AppKeyas an alias to the new name to avoid introducing a breaking change (with a deprecation warning, perhaps). - Update tests & docs.
Describe alternatives you've considered
Related component
Server
Additional context
No response
Code of Conduct
- I agree to follow the aio-libs Code of Conduct