__get__(R, Request) # Process request in the background task asyncio.ensure_future(process_query(R)) async def process_query(request): body = await ...
確定! 回上一頁