This is a backport of Odoo 16 request.future_response
mechanism, to allow
setting cookies in the response before the response is constructed.
Table of contents
Known issues / Roadmap
This module monkey patches the request object as soon as it is imported. The patch is
not reverted when the module is uninstalled. It should be totally harmless though, since
it simply adds a future_response
attribute to the request object, and does not
change the response if cookies or headers are added to future_response.
Bug Tracker
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.
Do not contact contributors directly about support or help with technical issues.
Credits
Maintainers
This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
Current maintainer:
This module is part of the OCA/server-tools project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.