в темплейт в реалтайм
async def make_requests(session, url):
async with session.head(url) as response:
assert response.status == 200
print(f'Server response from {url}: {response.status}')
> Server response from http://google.com/partners: 200
https://channels.readthedocs.io/en/latest/
Обсуждают сегодня