MCPcopy Index your code
hub / github.com/AstrBotDevs/AstrBot / query

Method query

astrbot/api/web.py:303–304  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

301
302 @property
303 def query(self) -> PluginMultiDict[str]:
304 return self._get_current().query
305
306 async def body(self) -> bytes:
307 return await self._get_current().body()

Callers

nothing calls this directly

Calls 1

_get_currentMethod · 0.95

Tested by

no test coverage detected