MCPcopy
hub / github.com/AstrBotDevs/AstrBot / body

Method body

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

Source from the content-addressed store, hash-verified

304 return self._get_current().query
305
306 async def body(self) -> bytes:
307 return await self._get_current().body()
308
309 async def json(self, default: DefaultT | None = None) -> Any | DefaultT | None:
310 return await self._get_current().json(default=default)

Callers

nothing calls this directly

Calls 2

_get_currentMethod · 0.95
bodyMethod · 0.45

Tested by

no test coverage detected