The "request" object in CallbackResponse is the PreparedRequest send by whatever client is used to contact the mocked moto service. This can end up with unparsed bodies, as we added for processing presigned post requests in #2155. This will make sure that all of the requests comming in from mocked functions also get processed by werkzeug as if it was running a live server. |
||
---|---|---|
.. | ||
__init__.py | ||
config.py | ||
exceptions.py | ||
models.py | ||
responses.py | ||
urls.py | ||
utils.py |