Template
mirror of
https://github.com/djimboy/djimbo_template_aio3.git
synced 2026-08-20 04:17:43 +00:00
Update
This commit is contained in:
@@ -4,6 +4,11 @@ from typing import Optional
|
||||
import aiohttp
|
||||
|
||||
|
||||
# In handler
|
||||
# session = await rSession.get_session()
|
||||
# response = await session.get(...)
|
||||
# response = await session.post(...)
|
||||
|
||||
# Асинхронная сессия для запросов
|
||||
class RequestSession:
|
||||
def __init__(self) -> None:
|
||||
|
||||
Reference in New Issue
Block a user