--------------------
- Move tags to a context property to make it indexable on json
[bloodbare]
- Added async property `Request.body_exists`
[masipcat]
- Fixed fixture 'guillotina'
[masipcat]
- Make sure that guillotina uses uvloop on starting if its installed
[bloodbare]
- Make sure uvicorn uses the same loop as guillotina startup
[bloodbare]
- Fix tests in 'test_cache_txn.py' and 'test_setup.py' being skipped
[masipcat]
- Replaced aiohttp with ASGI (running with uvicorn by default)
[dmanchon,masipcat,vangheem]