Flask-aiohttp
Flask-aiohttp copied to clipboard
Does Flask request works with it ?
I would like to be using this module as well as standard Flask methods and classes.
One of those is request, and despite trying to import if from your module or Flask's one, the url parameters or the POST always seems to be empty. ImmutableMultiDict([])
Is this standard behavior of the run() method or is there any way to fix it?