MCPcopy Index your code
hub / github.com/nonebot/nonebot2 / request

Method request

nonebot/drivers/aiohttp.py:268–270  ·  view source on GitHub ↗
(self, setup: Request)

Source from the content-addressed store, hash-verified

266
267 @override
268 async def request(self, setup: Request) -> Response:
269 async with self.get_session() as session:
270 return await session.request(setup)
271
272 @override
273 async def stream_request(

Callers 2

requestMethod · 0.45
stream_requestMethod · 0.45

Calls 1

get_sessionMethod · 0.95

Tested by

no test coverage detected