Flask-aiohttp icon indicating copy to clipboard operation
Flask-aiohttp copied to clipboard

Does Flask request works with it ?

Open nSimonFR opened this issue 9 years ago • 0 comments

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?

nSimonFR avatar Apr 11 '16 11:04 nSimonFR