The first example code shows server-side redirct -- http://aiohttp.readthedocs.org/en/stable/web.html#exceptions
async def handler(request):
return aiohttp.web.HTTPFound('http://absolute.url/and/path/if/you/want')
This thread has been automatically locked since there has not been
any recent activity after it was closed. Please open a [new issue] for
related bugs.
If you feel like there's important points made in this discussion,
please include those exceprts into that [new issue].
Most helpful comment
The first example code shows server-side redirct -- http://aiohttp.readthedocs.org/en/stable/web.html#exceptions