Flask-aiohttp
Flask-aiohttp copied to clipboard
Asynchronous Flask using aiohttp
I hit a few bumps in getting your awesome project to work. First, you need to lock the aiohttp version to before 2.0.0 since they removed the WSGI module after...
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...
Just tried testing this extension and bumped to this problem. Code is slightly modified "Hello World" variant: ``` from flask import Flask from flask.ext.aiohttp import AioHTTP, async from asyncio import...