http://fjblvrw2jrxnhtg67qpbzi45r7ofojaoo3orzykesly2j3c2m3htapid.onion/interop_asyncio.html
Response ( text = "I am an aiohttp Onion service \n " , ) def create_aio_application (): app = web . Application () app . add_routes ([ web . get ( '/' , get_slash ) ]) return app async def _main ( reactor ): if False : print ( "launching tor" ) tor = await txtorcon . launch ( reactor , progress_updates = print ) else : tor = await txtorcon . connect ( reactor , UNIXClientEndpoint ( reactor , "/var/run/tor/control" ), ) print ( "Connected to tor {} " . format ( tor . version )) # here,...